aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc_line_ending.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-3/+6
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-10/+12
2022-08-18Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer1-0/+1
2022-08-09Add more tests for definitions and block quotesLibravatar Titus Wormer1-15/+3
2022-08-09Add some more tests for just line endingsLibravatar Titus Wormer1-0/+36
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-15/+15
2022-06-21Add support for inferring line ending, configurableLibravatar Titus Wormer1-0/+161
* Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style