Hi,
I'm trying to get gUnit to grok unicode chars, but can't find doc about it and
failed since now:
COLUMN_NAMES_END:
"\u0012" OK
"\\u0012" OK
<<\u0012>> OK
<<\\u0012>> OK
...
[java] test2 (COLUMN_NAMES_END, line16) -
[java] expected: OK
[java] actual: MismatchedTokenException(92!=17)
...
gUnit takes '\' as a slash (92) and not as a unicode char, besides using a
unicode .gunit file, is there a way to test with the "\u0012" notation?
Cheers,
S
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
--
You received this message because you are subscribed to the Google Groups
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/il-antlr-interest?hl=en.