aboutsummaryrefslogtreecommitdiff
path: root/tests/data/bad-identifier-enum.xml
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-07 00:07:00 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-07 00:07:00 +0000
commit865496102f485cce6b876cb0cc438bd96be19a7f (patch)
treec77b920bc24a35291358fb3890a2cc9a3c6782ef /tests/data/bad-identifier-enum.xml
parent318b62e9859901909945d47d2a438942dbe37997 (diff)
parent9ce3cd83eef480b725766e10d1912bea0887d54d (diff)
downloadwayland-865496102f485cce6b876cb0cc438bd96be19a7f.tar.gz
Change-Id: If1e08e6cf89e9a8a22130b47bb7085655652f9fa
Diffstat (limited to 'tests/data/bad-identifier-enum.xml')
-rw-r--r--tests/data/bad-identifier-enum.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/bad-identifier-enum.xml b/tests/data/bad-identifier-enum.xml
new file mode 100644
index 0000000..3225384
--- /dev/null
+++ b/tests/data/bad-identifier-enum.xml
@@ -0,0 +1,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>