couchbaselabs / gojsonsm

Go implementation of my JSONSM algorithm.
9 stars 7 forks source link

Fixes #77: Fix bug where After was not being executed #78

Closed nelio2k closed 5 years ago

nelio2k commented 5 years ago

While writing EBNF parser and testing results, found out issue #77 ... the unit test is not here but will be in another commit that goes alongside the new parser.

brett19 commented 5 years ago

I don't think this will work in the case of something x.field1 < x.field2. See my comment on the issue for alternative suggestions.