summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/Test22771.hs
Commit message (Collapse)AuthorAgeFilesLines
* Don't allow . in overloaded labelssheaf2023-02-071-3/+4
| | | | | | | | | | This patch removes . from the list of allowed characters in a non-quoted overloaded label, as it was realised this steals syntax, e.g. (#.). Users who want this functionality will have to add quotes around the label, e.g. `#"17.28"`. Fixes #22821
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-231-0/+49
To be able to capture string literals with possible escape codes as labels. Close #22771