Formatting improvements
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.