summaryrefslogtreecommitdiff
path: root/tests/data/small.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/small.xml')
-rw-r--r--tests/data/small.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/data/small.xml b/tests/data/small.xml
index 571618f..a6e62ad 100644
--- a/tests/data/small.xml
+++ b/tests/data/small.xml
@@ -26,7 +26,7 @@
SOFTWARE.
</copyright>
- <interface name="intf_A" version="1">
+ <interface name="intf_A" version="3">
<description summary="the thing A">
A useless example trying to tickle the scanner.
</description>
@@ -48,5 +48,11 @@
<request name="destroy" type="destructor"/>
<event name="hey"/>
+
+ <enum name="foo">
+ <entry name="first" value="0" summary="this is the first"/>
+ <entry name="second" value="1" summary="this is the second"/>
+ <entry name="third" value="2" since="2" summary="this is the third"/>
+ </enum>
</interface>
</protocol>