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
[("\"",1,1),("\\",1,2),("{",1,3),("should",1,4),("not",1,11),("be",1,15),("interpolated",1,18),("// should not be a comment\\}\"",1,31)]
When I inspected the region stack, theres is a bug that pushes string interpolation region and then a comment region, that creates a untokenized string
The text was updated successfully, but these errors were encountered:
Example:
A text like this:
"\"\\{should not be interpolated // should not be a comment}\""
With a set of rules like this:
is lexed to:
When I inspected the region stack, theres is a bug that pushes string interpolation region and then a comment region, that creates a untokenized string
The text was updated successfully, but these errors were encountered: