mattbishop / sql-jsonpath-js

JS implementation of the SQL/JSONPath dialect, from SQL2016.
MIT License
0 stars 0 forks source link

Add tests to examine CST before visitor #19

Closed mattbishop closed 1 year ago

mattbishop commented 2 years ago

Right now the unit tests examine the visitor output. Those tests are good, but I want to add CST tests to validate the parsed syntax before it is visited.

@JeffML I found a full BNF for SQL JSON Path and checked it in, so this new test suite will help validate it is being followed correctly.

JeffML commented 2 years ago

Ok.

mattbishop commented 1 year ago

Resolved in #20