Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for suppress_whitespace option | Guillaume Gomez | 2022-04-21 | 1 | -19/+39 |
| | |||||
* | Rename test types to PascalCase | Dirkjan Ochtman | 2021-03-30 | 1 | -5/+5 |
| | |||||
* | Fixed whitespace issue when generating match (#399) | Christian Vallentin | 2020-12-12 | 1 | -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) | Christian Vallentin | 2020-12-03 | 1 | -0/+112 |
* Fixed #377 |