Trevan Redmon
Results
1
issues of
Trevan Redmon
When `j9::run` encounters an error in the input it should result in an error, but it currently fails silently. Example: ```rs let s = j9::run(".a=(.a|fromjson)", "{\"a\":\"4v2\"}").expect("Should have failed at parsing");...