aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/gen_ws_tests.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add test for suppress_whitespace optionLibravatar Guillaume Gomez2022-04-211-19/+39
|
* Rename test types to PascalCaseLibravatar Dirkjan Ochtman2021-03-301-5/+5
|
* Fixed whitespace issue when generating match (#399)Libravatar Christian Vallentin2020-12-121-18/+92
| | | | | | | | | | | | | * 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
* Fixed whitespace issue when generating if statement (#394)Libravatar Christian Vallentin2020-12-031-0/+112
* Fixed #377