summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/default/output
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-14 17:32:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-14 17:32:14 +0200
commitaf83df9be50a9383d0c54fb24b8e486a658a2a02 (patch)
tree5d937c9015c6438a60122743c7fb72ec30de32be /tests/cxx/tree/default/output
parentc12b36470adb57100f1d5f22e3ddd6fc163f6ab4 (diff)
New default/fixed value initialization code
Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime.
Diffstat (limited to 'tests/cxx/tree/default/output')
-rw-r--r--tests/cxx/tree/default/output26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/cxx/tree/default/output b/tests/cxx/tree/default/output
deleted file mode 100644
index 1259952..0000000
--- a/tests/cxx/tree/default/output
+++ /dev/null
@@ -1,26 +0,0 @@
-
-derived:
-a: a
-x: foo
-q1: 1
-y: -20
-p: bar
-q2: 2
-qname:
-x: x
-y: y
-default x: foo
-default y: -20
-fixed p: bar
-fixed q1: 1
-fixed q2: 2
-<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
-<t:root xmlns:t="test">
-
- <derived q1="1" q2="2">
- <a>a</a>
- </derived>
-
- <qname x="x" y="y"/>
-
-</t:root>