turbinado
turbinado copied to clipboard
Remove excess whitespace from emitting variables
From my simple form demo:
The code: Hello, <%= name%>!
Generates: Hello, asdf !
Which renders as: Hello, asdf !
So we can't get that ! to butt up against asdf without a space.