Skip to content

Releases: jdidion/pest-test

pest-test-gen 0.1.7

10 Oct 23:49
Compare
Choose a tag to compare
  • Updated pest-test dependency to 0.1.6
  • Added test cases.

Thanks to @bjmc!

pest-test v0.1.6

10 Oct 23:47
Compare
Choose a tag to compare
  • 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!