Skip to content

Re-enable tests that fail with 'Illegal character escape code' #28

@thomashoneyman

Description

@thomashoneyman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueFirst-time contributors who are looking to help should work on these issues.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions