aboutsummaryrefslogtreecommitdiff
path: root/tests/testdata/parent.xml
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2010-12-25 16:32:29 -0500
committerGravatar rcoh <rcoh@mit.edu>2010-12-25 16:32:29 -0500
commitb09a41f0891c041ad4fcecca59d03f52fe9ee9e8 (patch)
tree26cf710c89c3930c836de078277b9b761ed185b1 /tests/testdata/parent.xml
parent1b84f44faacfe83d4f3603b4df913ed01bf79d09 (diff)
some testcode that should be in the testing branch, but w/e. A method to composite to xml trees,
and a unit test to test it.
Diffstat (limited to 'tests/testdata/parent.xml')
-rw-r--r--tests/testdata/parent.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/testdata/parent.xml b/tests/testdata/parent.xml
new file mode 100644
index 0000000..740edf0
--- /dev/null
+++ b/tests/testdata/parent.xml
@@ -0,0 +1,10 @@
+<Parent>
+<A>
+ <blah>test</blah>
+ <foo>bar</foo>
+</A>
+<B>
+ <this>taht</this>
+ <that>this</that>
+</B>
+</Parent>