Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests/cheatsheets/tests/TestDescriptionFormatting.xml')
-rw-r--r--org.eclipse.ua.tests/cheatsheets/tests/TestDescriptionFormatting.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/cheatsheets/tests/TestDescriptionFormatting.xml b/org.eclipse.ua.tests/cheatsheets/tests/TestDescriptionFormatting.xml
new file mode 100644
index 000000000..3220b0e8d
--- /dev/null
+++ b/org.eclipse.ua.tests/cheatsheets/tests/TestDescriptionFormatting.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<cheatsheet title="Testing Infopop and Help Links">
+
+<intro
+ href="/org.eclipse.ui.cheatsheets.doc/tasks/tcheatst.htm">
+ <description>
+This cheat sheet will test infopop and help link.
+Let's get started!
+ </description>
+</intro>
+
+<item title="Item with simple text">
+<description>
+Some simple text to test the decription formating.
+</description>
+</item>
+
+<item title="Item with a line break"><description>
+Line one
+<br/>
+Line two with a special &lt; char in the middle.
+</description></item>
+
+<item title="Item with all the special charaters"><description>
+&lt; - less than
+<br/>
+<b>Special characters</b><br/>
+less than: &lt;
+<br/>
+greater than: &gt;
+<br/>
+ampersand: &amp;
+<br/>
+apostrophe: &apos;
+<br/>
+quote: &quot;
+<br/>
+</description></item>
+
+<item title="Item with one less than"><description><b>&lt;</b></description></item>
+<item title="Item with one greater than"><description>&gt;</description></item>
+<item title="Item with one bold less than"><description><b>&lt;</b></description></item>
+<item title="Item with one bold greater than"><description><b>&gt;</b></description></item>
+<item title="Item with one less than before a break"><description>&lt;<br/></description></item>
+<item title="Item with one less than after a break"><description><br/>&lt;</description></item>
+<item title="Item with one less than between breaks"><description><br/>&lt;<br/></description></item>
+<item title="Item with one greater than before a break"><description>&gt;<br/></description></item>
+<item title="Item with one greater than after a break"><description><br/>&gt;</description></item>
+<item title="Item with one greater than between breaks"><description><br/>&gt;<br/></description></item>
+
+
+</cheatsheet> \ No newline at end of file

Back to the top