aboutsummaryrefslogtreecommitdiff
path: root/tests/data/bad-identifier-interface.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/bad-identifier-interface.xml')
-rw-r--r--tests/data/bad-identifier-interface.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/bad-identifier-interface.xml b/tests/data/bad-identifier-interface.xml
new file mode 100644
index 0000000..17404c5
--- /dev/null
+++ b/tests/data/bad-identifier-interface.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<protocol name="the_protocol">
+ <interface name="inter face" version="1">
+ <description summary="the summary">
+ </description>
+ <event name="the_event"/>
+ </interface>
+</protocol>