Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser.identifier fails on special character #151

Open
epost opened this issue Aug 14, 2019 · 0 comments
Open

Parser.identifier fails on special character #151

epost opened this issue Aug 14, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@epost
Copy link
Member

epost commented Aug 14, 2019

    Parser.Parser
      constant
        parses correctly a constant
          +++ OK, passed 100 tests.
      identifier
        parses correctly a string starting with a lowercase character
          +++ OK, passed 100 tests.
        parses correctly a string starting with an uppercase character
          +++ OK, passed 100 tests.
        parses correctly a string starting with a special character FAILED [1]
        does not parse a string starting with a digit
          +++ OK, passed 100 tests.
        does not parse a string starting with an illegal special character
          +++ OK, passed 100 tests.
        does not parse a reserved word
          +++ OK, passed 100 tests.
      boolParser
        parses correctly a false
        parses correctly a true

    Failures:

      test/Parser/ParserSpec.hs:45:5:
      1) Parser.Parser.identifier parses correctly a string starting with a special character
           Falsifiable (after 32 tests):
             "pi"

      To rerun use: --match "/Parser.Parser/identifier/parses correctly a string starting with a special character/"

    Randomized with seed 1191602091

    Finished in 8.0933 seconds
    16 examples, 1 failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant