summaryrefslogtreecommitdiff
path: root/jni/ruby/test/rexml/data/basic.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/test/rexml/data/basic.xml')
-rw-r--r--jni/ruby/test/rexml/data/basic.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/jni/ruby/test/rexml/data/basic.xml b/jni/ruby/test/rexml/data/basic.xml
new file mode 100644
index 0000000..88385fb
--- /dev/null
+++ b/jni/ruby/test/rexml/data/basic.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<foo>
+ <bar>
+ <baz/>
+ <cheese/>
+ <baz/>
+ <cheese/>
+ <baz/>
+ </bar>
+</foo>