forked from jasder/antlr
Fix unit test
This commit is contained in:
parent
0ec084dc73
commit
f5f3861cb7
|
@ -22,7 +22,7 @@ public class TestLexerAttributes extends BaseTest {
|
|||
int start = output.indexOf('#');
|
||||
int end = output.lastIndexOf('#');
|
||||
String snippet = output.substring(start+1,end);
|
||||
assertEquals("type = 101;", snippet);
|
||||
assertEquals("_type = 101;", snippet);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue