aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/bad-identifier-request.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/bad-identifier-request.xml')
-rw-r--r--tests/data/bad-identifier-request.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/bad-identifier-request.xml b/tests/data/bad-identifier-request.xml
new file mode 100644
index 0000000..a68c8aa
--- /dev/null
+++ b/tests/data/bad-identifier-request.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<protocol name="the_protocol">
+ <interface name="the_interface" version="1">
+ <description summary="the summary">
+ </description>
+ <request name="req-west">
+ <arg name="the_arg" type="uint"/>
+ </request>
+ </interface>
+</protocol>