Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml')
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml
new file mode 100644
index 000000000..ff8654b4f
--- /dev/null
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/IntroElement_NotDefined.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<cheatsheet title="Test cheatsheet without cheatsheet element">
+
+ <item
+ title="Just a simple test">
+ <description>
+Did it work? Of course not, it is suppose to cause a parsing error.
+ </description>
+</item>
+
+</cheatsheet>

Back to the top