aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/bad-identifier-request.xml
blob: a68c8aac402ae0971c82cf0bef2f693d8ee5b878 (plain) (blame)
1
2
3
4
5
6
7
8
9
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>