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

14 lines
243 B
Plaintext
Executable File

# T: DOS linebreak "\r\n" as terminator.
# F: from 81677.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of delim
delim term cheer "\r\n";
delim ",";
struct { string one, two; } line[];
};