aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/bad-identifier-enum.xml
blob: 3225384e5eca0ae6de23db0cf4ea0d3eb96145e4 (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>
    <enum name="the-enum">
      <entry name="the_entry" value="0" summary="entry summary"/>
    </enum>
  </interface>
</protocol>