Reported by lsf37 on 2001-02-28 13:45 UTC
The rules
"ab" { System.out.print("AB"); }
"a"/"b" { System.out.print("A"); }
give you with input ab the output ABb and not the
correct AB. If the rules are in reversed order
("a"/"b" and then "ab") it works ok.
This bug was reported by Tibi.
(fixed in 1.3)
Reported by lsf37 on 2001-02-28 13:45 UTC
The rules
"ab" { System.out.print("AB"); }"a"/"b" { System.out.print("A"); }give you with input
abthe outputABband not thecorrect
AB. If the rules are in reversed order(
"a"/"b"and then"ab") it works ok.This bug was reported by Tibi.
(fixed in 1.3)