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

Fix failing parser test #19

Open
cimbul opened this issue Jun 1, 2019 · 0 comments
Open

Fix failing parser test #19

cimbul opened this issue Jun 1, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@cimbul
Copy link
Owner

cimbul commented Jun 1, 2019

One of the parser tests has been failing for 8 years now. It's probably time to fix it.

  test/Hasklog/ParserSpec.hs:83:21: 
  1) Hasklog.Parser.term, with invalid input, fails to parse ":- a :- b"
       expected parse error
        but got: CompoundTerm ":-" [CompoundTerm ":-" [Atom "a",Atom "b"]]
@cimbul cimbul added the bug Something isn't working label Jun 1, 2019
cimbul added a commit that referenced this issue Jun 1, 2019
Will address in #19. Disabling so I can make sure CI is working as expected.
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