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

28 lines
628 B
Plaintext
Executable File

# T: Delim with prec=11 should be visible in fixed child.
# F: from 68244.bud
#
# by Michael Libourel
# $Revision: 1.2 $
version 1
struct Root {
root is of group
struct {
struct {
of fixed
string { length 3; } Hdata;
string { length 2; match "<>"; } Hterm;
} Head;
struct {
is delim of fixed string { length 5; } Ldata;
delim prec 11 term force "<>";
} ?Line[];
struct {
of fixed
string { length 2; } Tdata;
string { length 2; match "<>"; } Tterm;
} Tail;
} +Record;
};