I am using ANTLR and have stumbled upon something that is confusing me:
grammar Test; testA: \'a\' \'b\' \'c\' | \'ab\'; testB: \'abc\' | \'ab\';