We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8023300 commit 141931eCopy full SHA for 141931e
tool/test/org/antlr/v4/test/TestParserExec.java
@@ -286,6 +286,7 @@ public void testOptional() throws Exception {
286
* https://github.com/antlr/antlr4/issues/42
287
*/
288
@Test
289
+ @Ignore("The fix for this test has been deferred to the next release.")
290
public void testPredicatedIfIfElse() throws Exception {
291
String grammar =
292
"grammar T;\n" +
0 commit comments