Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more files in
examples/
to CI (#34)
This PR sets up more files from `examples/` to be run on CI. Since we didn't have these on CI, there was a regression in the parser that is also fixed in this PR. Also, if the snapshot test for `syntax.rs` fails, we now get a nicer output (using a unified diff), rather than just dumping _everything_. The mimalloc and nr examples suffer from issues when snapshot testing, so I've added them as ignored tests with reminders of _why_. However, we should not block this PR on fixing that, so that at least we start getting the CI checks on the rest.
- Loading branch information