rm dead str

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9875]
This commit is contained in:
parrt 2012-01-21 14:35:41 -08:00
parent b90d41b508
commit 06e771f33a
1 changed files with 0 additions and 18 deletions

View File

@ -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>'";