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

15 lines
254 B
Plaintext
Executable File

# T: Trailing fixed field, end coincides with EOD.
# 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;
};