the gods of merging have had mercy and the pr was accepted 🙂
the hypothesis property-based testing managed to find a parsing error. a simpler version of it is:
[+1#_2]
clj
gives:
user=> [+1#_2]
[1]
so a vector containing a 1
.
the current tree-sitter grammar yields a vector with a symbol named +1#_2
.
on a side note, a similar error may be present in parcera: https://github.com/carocad/parcera/issues/86