Reject illegal quote mark in data con declarations (#17865)
* Non-fatal (i.e. recoverable) parse error * Checking infix constructors * Extended the regression test
Showing
- compiler/GHC/Parser/Errors/Ppr.hs 6 additions, 0 deletionscompiler/GHC/Parser/Errors/Ppr.hs
- compiler/GHC/Parser/Errors/Types.hs 3 additions, 0 deletionscompiler/GHC/Parser/Errors/Types.hs
- compiler/GHC/Parser/PostProcess.hs 11 additions, 2 deletionscompiler/GHC/Parser/PostProcess.hs
- testsuite/tests/parser/should_fail/T17865.hs 6 additions, 0 deletionstestsuite/tests/parser/should_fail/T17865.hs
- testsuite/tests/parser/should_fail/T17865.stderr 16 additions, 2 deletionstestsuite/tests/parser/should_fail/T17865.stderr
Loading
Please register or sign in to comment