File: bad-identifier-entry.xml

package info (click to toggle)
wayland 1.24.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,168 kB
  • sloc: ansic: 21,548; xml: 6,858; python: 208; sh: 176; makefile: 16; cpp: 2
file content (11 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<protocol name="the_protocol">
  <interface name="the_interface" version="1">
    <description summary="the summary">
    </description>
    <enum name="4the_enum">
      <entry name="60_seconds" value="1" summary="this is the first"/>
      <entry name="invalid entry" value="2" summary="this is the first"/>
    </enum>
  </interface>
</protocol>