Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml')
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml b/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml
new file mode 100644
index 000000000..4f9b860b4
--- /dev/null
+++ b/org.eclipse.ua.tests/data/cheatsheet/invalid/CheatSheetElement_MissingTitle.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<cheatsheet>
+
+ <intro>
+ <description>
+Simple test
+ </description>
+</intro>
+
+ <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