Skip to content

Formatting improvements

Compare
Choose a tag to compare
@corbym corbym released this 21 Jan 21:51
· 97 commits to master since this release

Improvements to the parsing of the test function are in this release.

  • The Given/When/Then is now parsed into a string array and stripped of eol
  • Comments are now converted to "Noting that .." format in place
  • Quoted inline text is formatted correctly, used to be " foo " now "foo"

This is a breaking change, GivenWhenThen is now an array of strings.