aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ws.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-30Rename test types to PascalCaseLibravatar Dirkjan Ochtman1-5/+5
2020-12-12Fixed whitespace issue when generating match (#399)Libravatar Christian Vallentin1-0/+51
* Fixed #397 * Updated parser to ignore whitespace between match and when * Updated test cases * Updated Python script to generate match ws tests * Added match ws tests * Resolved rustfmt lint
2020-12-03Fixed whitespace issue when generating if statement (#394)Libravatar Christian Vallentin1-0/+163
* Fixed #377