elm-tooling / tree-sitter-elm

Tree sitter implementation for elm
https://elm-tooling.github.io/tree-sitter-elm/
MIT License
75 stars 14 forks source link

add complex comment test case #64

Closed harrysarson closed 3 years ago

harrysarson commented 3 years ago

An extra test cannot hurt. Credit for the testcase goes to @lydell. I originally added the test case because I thought it failed, turned out that the / were double escaped and once I fix that the test passed.