-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.
Description
In #26 we updated to a newer version of the PureScript compiler, which is stricter about valid escape codes. This causes some of our tests to no longer compile. An example error message:
[1/1 ErrorParsingModule] test/Test/Data/Char/Unicode.purs:78:27
78 generalCategory '\31' `shouldEqual` Just Control
^
Unable to parse module:
Illegal character escape code
In #26 the affected tests were disabled with a comment -- DISABLED, but we should re-enable these tests as soon as it's clear how to include these characters in the code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueFirst-time contributors who are looking to help should work on these issues.First-time contributors who are looking to help should work on these issues.