openesb-components/ojc-core/encodersl/encoder-custom/test/data/m020.cud

12 lines
201 B
Plaintext
Raw Normal View History

2012-11-08 20:12:01 +04:00
# T: Delimiter precedence, shortest first.
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
of delim string one, two, ?three, ?four, ?five;
delim "++", "+++";
};