esprima-dotnet
esprima-dotnet copied to clipboard
Use Verify when checking AST compliance
At least for it's been a pain in the butt to find out what has changed when test case fails showing about 20 characters of diff. Verify allows to launch diff/merge programs and automate updates (it should also contain tolerant JSON differ). Let's see if we can get it work without substantial changes to test files and expected outputs.
Now using the DiffEngine part already which is a great help during testing to see which part of the AST I broke.