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

21 lines
310 B
Plaintext
Executable File

# T: Line continuation in string and binary literals.
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group
struct 'broken\
line\
is\
legal' {
string { is fixed match "two\
lines"; init <more<
>stuff>;
} field;
} 'across\
\
lines';
};