Blame unit-tests/dds-testsuite/test.19e.das

Packit a4aae4
# This DAS is used to test merging attributes into an existing DDS. It's
Packit a4aae4
# designed to work with the DDS in test.19b.
Packit a4aae4
Packit a4aae4
Attributes {
Packit a4aae4
    c%20d {
Packit a4aae4
        String long_name "c d with a WWW escape sequence";
Packit a4aae4
	    sub {
Packit a4aae4
	        String about "Attributes inside attributes";
Packit a4aae4
	        Float64 pi 3.1415;
Packit a4aae4
        }
Packit a4aae4
    }
Packit a4aae4
}