j-mie6 / parsley

A fast and modern parser combinator library for Scala
https://j-mie6.github.io/parsley/
BSD 3-Clause "New" or "Revised" License
173 stars 15 forks source link

[BUG] `labelStringEscapeEmpty` is applied even when empty escapes are not legal #229

Closed j-mie6 closed 5 months ago

j-mie6 commented 7 months ago

The error labelling should be performed only on the Some case.