tree-sitter-haskell icon indicating copy to clipboard operation
tree-sitter-haskell copied to clipboard

Potential Redundant --- in test/corpus/layout.txt

Open adfaure opened this issue 1 year ago • 1 comments

Hello,

I noticed a possible redundant --- in the file layout.txt (https://github.com/tree-sitter/tree-sitter-haskell/blob/2c2fcb22e3b939ed59ae8d6f10500c3213c68670/test/corpus/layout.txt#L2085).

It seems like the tests pass regardless of this, so I might be overlooking something. Could someone clarify if this is intentional or if it can be removed?

Thanks in advance!

Just to give a bit of context, I am trying to run the tests inside a python environment to check on the bindings (this work is part of this PR: https://github.com/NixOS/nixpkgs/pull/320783). I don't know if it is a good idea, but it seems promising so far.

adfaure avatar Nov 30 '24 22:11 adfaure

yup that's a mistake!

tek avatar Dec 05 '24 00:12 tek