xref: /aosp_15_r20/external/wayland/tests/data/bad-identifier-request.xml (revision 84e872a0dc482bffdb63672969dd03a827d67c73)
1*84e872a0SLloyd Pique<?xml version="1.0" encoding="UTF-8"?>
2*84e872a0SLloyd Pique<protocol name="the_protocol">
3*84e872a0SLloyd Pique  <interface name="the_interface" version="1">
4*84e872a0SLloyd Pique    <description summary="the summary">
5*84e872a0SLloyd Pique    </description>
6*84e872a0SLloyd Pique    <request name="req-west">
7*84e872a0SLloyd Pique      <arg name="the_arg" type="uint"/>
8*84e872a0SLloyd Pique    </request>
9*84e872a0SLloyd Pique  </interface>
10*84e872a0SLloyd Pique</protocol>
11