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

14 lines
259 B
Plaintext
Executable File

# T: Ignoring standard precedence delimiter in fixed child.
# F: from trail.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root { root is delim
delim "-";
delim "+";
of delim string one;
of fixed string { length 3; } two;
};