We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ee0e0 commit 4957772Copy full SHA for 4957772
checktestdata.g4
@@ -2,7 +2,7 @@ grammar checktestdata;
2
3
COMMENT : '#' (~'\n')*'\n' -> skip;
4
STRING_LITERAL : '"' CHAR* '"';
5
-fragment CHAR : ~["\\] | ESCAPED_CHAR;
+fragment CHAR : ESCAPED_CHAR | ~["];
6
fragment ESCAPED_CHAR :
7
'\\"'
8
| '\\\\'
0 commit comments