nginx-java-parser icon indicating copy to clipboard operation
nginx-java-parser copied to clipboard

Parser fails on replacement tokens <%= and %>

Open MTyson opened this issue 8 years ago • 0 comments

This is a valid nginx token replacement:

<%= ENV["PORT"] %>

The parser fails to recognize it and gives an error (the resulting AST lacks the <% and %>.

MTyson avatar Jul 20 '16 18:07 MTyson