Closed ivanahuckova closed 2 years ago
Currently our grammar has incorrectly matched string in 3 cases:
'
"
We are fixing this in this PR and adding tests.
Currently our grammar has incorrectly matched string in 3 cases:
'
. This is not valid in LogQL."
didn't have closing"
(more info: https://discuss.codemirror.net/t/trying-to-understand-lezer-grammar-for-string/2264)We are fixing this in this PR and adding tests.