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.
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:
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.