wolfendale / scala-nunjucks

5 stars 1 forks source link

Fix parse order of comparison operators #23

Closed wolfendale closed 4 years ago

wolfendale commented 4 years ago

When rewriting the binary operator parsing, I mixed up the order of the operators which meant it would try to parse things like == before === and therefore always succeed.