about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-23620-invalid-escapes.rs
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-34/+0
Because the parser directory has already reached the 1000 file limit.
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-7/+7
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-2/+0
2019-05-02introduce unescape moduleAleksey Kladov-6/+1
Currently, we deal with escape sequences twice: once when we lex a string, and a second time when we unescape literals. This PR aims to remove this duplication, by introducing a new `unescape` mode as a single source of truth for character escaping rules
2019-01-06tests: Do not use `-Z parse-only`, continue compilation to test recoveryVadim Petrochenkov-1/+1
2018-12-31Use structured suggestion for braceless unicode escape squenceEsteban Küber-0/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-0/+48