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

30 lines
590 B
Plaintext
Executable File

# T: Two structurally identical children (user to test copyNode() utility).
# F: from copy.bud
#
# by Michael Libourel
# $Revision: 1.2 $
version 1
struct Root {
root is group of delim
delim "/";
delim "+";
delim "-";
struct From {
string From1;
struct {
string { match "hello"; } From2A;
string From2B;
} ?From2;
string *From3;
} From;
struct To {
string To1;
struct {
string { match "hello"; } To2A;
string To2B;
} ?To2;
string *To3;
} To;
};