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

19 lines
357 B
Plaintext
Executable File

# T: Same delim, but locally defined.
# F: from del.bud
#
# The parser generator should collapse the two "+" delimiters into
# a single descriptor.
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
struct {
is group of delim
string { delim "+"; } uno;
string { delim "+"; } dos;
} sub;
};