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
The lexer is required to produce a single lexeme, and so the following testcase fails for 'foo'bb (since the lexer fixates on 'foo' despite STRING being viable as well).
The lexer is required to produce a single lexeme, and so the following testcase fails for
'foo'bb
(since the lexer fixates on'foo'
despiteSTRING
being viable as well).This causes the following JSON test to also fail; it passes with the
required
line (add totest_raw_parser.rs
)So this is problem with the grammar engine but if affects JSON.
fyi @hudson-ai
The text was updated successfully, but these errors were encountered: