aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/bad-identifier-entry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/bad-identifier-entry.xml')
-rw-r--r--tests/data/bad-identifier-entry.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/bad-identifier-entry.xml b/tests/data/bad-identifier-entry.xml
new file mode 100644
index 0000000..6ea2fae
--- /dev/null
+++ b/tests/data/bad-identifier-entry.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<protocol name="the_protocol">
+ <interface name="the_interface" version="1">
+ <description summary="the summary">
+ </description>
+ <enum name="4the_enum">
+ <entry name="60_seconds" value="1" summary="this is the first"/>
+ <entry name="invalid entry" value="2" summary="this is the first"/>
+ </enum>
+ </interface>
+</protocol>