Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-09 | Update tests for whitespace characters handling | Guillaume Gomez | 1 | -429/+429 | |
2022-04-21 | Add test for suppress_whitespace option | Guillaume Gomez | 1 | -0/+301 | |
2021-03-30 | Rename test types to PascalCase | Dirkjan Ochtman | 1 | -5/+5 | |
2020-12-12 | Fixed whitespace issue when generating match (#399) | Christian Vallentin | 1 | -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-03 | Fixed whitespace issue when generating if statement (#394) | Christian Vallentin | 1 | -0/+163 | |
* Fixed #377 |