Skip to content

pest-test v0.1.6

Compare
Choose a tag to compare
@jdidion jdidion released this 10 Oct 23:47
· 3 commits to main since this release
  • Test case whitespace trimming behavior now matches tree-sitter test: the first and last newline is trimmed from the code block, while any other leading/trailing whitespace is left in place (#3, #6).
  • String values in S-expression terminals are now escaped (#7).
  • Minor fixes to documentation (#8) and error messages (#5)
  • Added CI workflow.

Thanks to @bjmc and @rKvasno!