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

16 lines
314 B
Plaintext
Executable File

# T: Root is "delim", fixed limited-length field trailing.
# F: from 84126.bud
#
# Root itself is delimited, not group as usual.
# Fixed below delim terminated by EOF.
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is delim;
delim "+";
string { is fixed; length 3; } Only;
};