Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml')
-rw-r--r--org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml
new file mode 100644
index 000000000..1cae53f57
--- /dev/null
+++ b/org.eclipse.ua.tests/data/cheatsheet/valid/tolerate/RepeatedSubItem_ExtraAttr.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<cheatsheet title="Test cheatsheet without cheatsheet element">
+
+ <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>
+ <repeated-subitem values="${files}" extra="testing">
+ <subitem label="Create class ${this}">
+ <action
+ pluginId="org.eclipse.ua.tests"
+ class="org.eclipse.ui.examples.cheatsheets.pattern.actions.OpenClassNameFilledAction"
+ param1="${this}"
+ param2="${project}"/>
+ </subitem>
+ </repeated-subitem>
+</item>
+
+</cheatsheet>

Back to the top