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

31 lines
593 B
Plaintext
Executable File

# T: from don2.bud
#
# Donnie P's test.
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
string { is delim; delim ":"; } First;
struct {
is group
string { is fixed; length 3; } Fix3;
string { is fixed; length 5; } Fix5;
} 'single-group';
struct {
is delim
delim "*";
string { is delim; delim "="; } 'prop-name';
string { is delim; delim term allow "?"; } 'prop-value';
} *'another-group';
string { is fixed; length 6; } Fix6;
string { is delim; delim "."; } Last;
};