From 21c6360236813e9a6993b1cdcf844e14f110ed67 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 18 Sep 2016 23:31:16 +0200 Subject: Save order information in binary formats for ordered types Note that while we ignore wildcards and mixed content, their order information is still saved. --- tests/cxx/tree/binary/xdr-ordered/test.xsd | 123 +++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 tests/cxx/tree/binary/xdr-ordered/test.xsd (limited to 'tests/cxx/tree/binary/xdr-ordered/test.xsd') diff --git a/tests/cxx/tree/binary/xdr-ordered/test.xsd b/tests/cxx/tree/binary/xdr-ordered/test.xsd new file mode 100644 index 0000000..0629e94 --- /dev/null +++ b/tests/cxx/tree/binary/xdr-ordered/test.xsd @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1