summaryrefslogtreecommitdiff
path: root/test/tests/conf/axes/axes47.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/conf/axes/axes47.xml')
-rw-r--r--test/tests/conf/axes/axes47.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/tests/conf/axes/axes47.xml b/test/tests/conf/axes/axes47.xml
new file mode 100644
index 0000000..b3a652f
--- /dev/null
+++ b/test/tests/conf/axes/axes47.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<docs>
+<doc>
+ <foo att1="c">
+ <foo att1="b">
+ <foo att1="a">
+ <baz att1="wrong"/>
+ </foo>
+ </foo>
+ </foo>
+</doc>
+<doc>
+ <inner att1="wrong">
+ <foo att1="a">
+ <baz att1="wrong"/>
+ </foo>
+ </inner>
+</doc>
+</docs>
+ \ No newline at end of file