esprima-dotnet icon indicating copy to clipboard operation
esprima-dotnet copied to clipboard

Use Verify when checking AST compliance

Open lahma opened this issue 2 years ago • 1 comments

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.

lahma avatar Jun 08 '22 17:06 lahma

Started a discussion.

lahma avatar Jun 09 '22 17:06 lahma

Now using the DiffEngine part already which is a great help during testing to see which part of the AST I broke.

lahma avatar Aug 25 '22 17:08 lahma