Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d891c3504c2a4d043c3d1c5834a15d46fd8d928d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
		<action
			extra="testing"
			pluginId="org.eclipse.ui.tests.cheatsheets"
			class="org.eclipse.ui.tests.cheatsheets.actions.NoopAction"/>
</item>

</cheatsheet>

Back to the top