Community
Participate
Working Groups
Errors are flagged when a terminal fragment rule is used in a parser rule, but not when used in a data rule. FOO : value = ID TRAIL ; // error on TRAIL BAR : TRAIL ; // no error terminal fragment TRAIL : ';' ;
Pushed fix + test to master
Closing all bugs that were set to RESOLVED before Neon.0