aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/small.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/small.xml')
-rw-r--r--tests/data/small.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/small.xml b/tests/data/small.xml
index ac52779..ab29749 100644
--- a/tests/data/small.xml
+++ b/tests/data/small.xml
@@ -58,5 +58,12 @@
<entry name="negative" value="-1" since="2" summary="this is a negative value"/>
<entry name="deprecated" value="3" since="2" deprecated-since="3" summary="this is a deprecated value"/>
</enum>
+
+ <enum name="bar" bitfield="true">
+ <entry name="first" value="0x01" summary="this is the first"/>
+ <entry name="second" value="0x02" summary="this is the second"/>
+ <entry name="third" value="0x04" since="2" summary="this is the third"/>
+ </enum>
+
</interface>
</protocol>