summaryrefslogtreecommitdiff
path: root/test/rexml/data/pi.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/data/pi.xml')
-rw-r--r--test/rexml/data/pi.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/rexml/data/pi.xml b/test/rexml/data/pi.xml
deleted file mode 100644
index 980bbf98ec..0000000000
--- a/test/rexml/data/pi.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>
-<foo>
- <?cheese is tasty?>
- <bar>
- <baz/>
- <cheese/>
- <baz/>
- <?toast is tasty?>
- <cheese/>
- <baz/>
- </bar>
- <?cheese is gooey?>
-</foo>