Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Whitespace before #set directive is not swallowed #21

Open
afscrome opened this issue Oct 8, 2015 · 0 comments
Open

Whitespace before #set directive is not swallowed #21

afscrome opened this issue Oct 8, 2015 · 0 comments

Comments

@afscrome
Copy link
Owner

afscrome commented Oct 8, 2015

In Velocity, whitespace before a #set directive is eaten, In IronVelocity, only trailing whitespace is swallowed.

Input: \t #set($x = 123)Hello
Expected Output: Hello
Current Output : \t Hello

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant