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

16 lines
258 B
Plaintext
Executable File

# T: Comma-separated values.
# F: from csv.bud
#
# by Michael Libourel
# $Revision: 1.1 $
version 1
struct Root {
root is group of delim
struct {
delim term force <<0d0a>>;
delim ",";
string one, ?two, ?tri;
} line[];
};