forked from jasder/antlr
rm dead str
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9875]
This commit is contained in:
parent
b90d41b508
commit
06e771f33a
|
@ -23,24 +23,6 @@ public class TestActionTranslation extends BaseTest {
|
|||
"d : ;\n" +
|
||||
">>";
|
||||
|
||||
String scopeTemplate =
|
||||
"scopeTemplate(members,init,inline,finally,inline2) ::= <<\n" +
|
||||
"parser grammar A;\n"+
|
||||
"@members {\n" +
|
||||
"#members#<members>#end-members#\n" +
|
||||
"}\n" +
|
||||
"scope S { int i; }\n" +
|
||||
"a\n" +
|
||||
"scope { int z; }\n" +
|
||||
"scope S;\n" +
|
||||
"@init {#init#<init>#end-init#}\n" +
|
||||
" : {\n" +
|
||||
" #inline#<inline>#end-inline#" +
|
||||
" }\n" +
|
||||
" ;\n" +
|
||||
" finally {#finally#<finally>#end-finally#}\n" +
|
||||
">>";
|
||||
|
||||
@Test public void testEscapedLessThanInAction() throws Exception {
|
||||
String action = "i<3; '<xmltag>'";
|
||||
String expected = "i<3; '<xmltag>'";
|
||||
|
|
Loading…
Reference in New Issue