forked from jasder/antlr
Fix test name
This commit is contained in:
parent
d33172dce5
commit
ead9258da3
|
@ -47,7 +47,7 @@ public class TestLexerErrors extends BaseTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void tesStringsEmbeddedInActions() {
|
public void testStringsEmbeddedInActions() {
|
||||||
String grammar =
|
String grammar =
|
||||||
"lexer grammar Actions;\n"
|
"lexer grammar Actions;\n"
|
||||||
+ "ACTION2 : '[' (STRING | ~'\"')*? ']';\n"
|
+ "ACTION2 : '[' (STRING | ~'\"')*? ']';\n"
|
||||||
|
|
Loading…
Reference in New Issue