wayland/tests/data
Peter Hutterer f8ab47690c scanner: support "since" attribute for enum entries
This was already in the DTD but not supported by the scanner.

The check for ever-increasing "since" tags is not strictly required for enum
entries as we control the binary value. But it keeps the xml file in
good order, preventing things like:

      <entry name="first" value="…" />
      <entry name="second" value="…" since="3"/>
      <entry name="third" value="…" since="2"/>
      <entry name="fourth" value="…" since="3"/>

If this is undesirable in the future the check can be removed without
side-effects.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
2017-01-24 11:59:00 +02:00
..
example-client.h tests: sync example.xml with wayland.xml 2017-01-24 11:48:46 +02:00
example-code.c tests: sync example.xml with wayland.xml 2017-01-24 11:48:46 +02:00
example-server.h tests: sync example.xml with wayland.xml 2017-01-24 11:48:46 +02:00
example.xml tests: sync example.xml with wayland.xml 2017-01-24 11:48:46 +02:00
small-client-core.h scanner: support "since" attribute for enum entries 2017-01-24 11:59:00 +02:00
small-client.h scanner: support "since" attribute for enum entries 2017-01-24 11:59:00 +02:00
small-code-core.c scanner: support "since" attribute for enum entries 2017-01-24 11:59:00 +02:00
small-code.c scanner: support "since" attribute for enum entries 2017-01-24 11:59:00 +02:00
small-server-core.h scanner: support "since" attribute for enum entries 2017-01-24 11:59:00 +02:00
small-server.h scanner: support "since" attribute for enum entries 2017-01-24 11:59:00 +02:00
small.xml scanner: support "since" attribute for enum entries 2017-01-24 11:59:00 +02:00