google / go-jsonnet

Apache License 2.0
1.63k stars 235 forks source link

Gracefully handle encountered regular expression when running jsonnetfmt #724

Closed netomi closed 5 months ago

netomi commented 1 year ago

This fixes #551.

The PR also adds an initial version of a test harness for formatter tests similar to the lint tests.

The fix is in the parser instead of the lexer.

sbarzowski commented 5 months ago

Looks good, thank you!