You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would want such a query to not be parsed at all. The behaviour for the verbatim similar query ''-key' that I didn't manage to reproduce for regex is that it returns:
(request (query ' ' -key ') <EOF>)
We would want the same for ".
The same for CQP, I couldn't find a solution to rewrite the grammar properly. There both ""-key" and ''-key' are wrongly parsed.
The text was updated successfully, but these errors were encountered:
The Regex is matched until it finds
"
, than a new segment is matched for the rest of the string.E.G:
query:
""-key"
is parsed like:We would want such a query to not be parsed at all. The behaviour for the verbatim similar query
''-key'
that I didn't manage to reproduce for regex is that it returns:We would want the same for
"
.The same for CQP, I couldn't find a solution to rewrite the grammar properly. There both
""-key"
and''-key'
are wrongly parsed.The text was updated successfully, but these errors were encountered: