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

14 lines
243 B
Plaintext
Executable File

# T: Quotes in names.
# F: from quote.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
struct 'backslash\\between' {
is group of fixed string 'weird\'node\"name';
} 'quote\'in"name';
};