1
0
Fork 0
mirror of synced 2024-09-20 19:33:10 +12:00
budibase/packages/string-templates/test
Peter Clement c417a5e627
Replace multiple spaces in bindings with one space (#14018)
* replace multiple spaces in bindings with one space

* add some tests and update regex to account for strings

* update regex to character based approach

* simplify regex to only look for spaces after {{

---------

Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2024-06-28 14:18:15 +01:00
..
examples
basic.spec.ts Replace multiple spaces in bindings with one space (#14018) 2024-06-28 14:18:15 +01:00
constants.ts
escapes.spec.ts
hbsToJs.spec.ts
helpers.spec.ts
javascript.spec.ts Quick fix for using the roles option within the builder - this was broken in JS which was a bit of a pain - this works properly now and allows more compat between HBS and JS. 2024-06-05 11:58:40 +01:00
manifest.spec.ts
renderApp.spec.ts
utils.ts
vm.spec.ts