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

16 lines
272 B
Plaintext
Executable File

# T: Same delim, but locally defined.
# F: from del0.bud
#
# 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;
};