summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Enumeration.xml.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/expect/gccxml.any.Enumeration.xml.txt')
-rw-r--r--test/expect/gccxml.any.Enumeration.xml.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/expect/gccxml.any.Enumeration.xml.txt b/test/expect/gccxml.any.Enumeration.xml.txt
new file mode 100644
index 0000000..b620c86
--- /dev/null
+++ b/test/expect/gccxml.any.Enumeration.xml.txt
@@ -0,0 +1,9 @@
+^<\?xml version="1.0"\?>
+<GCC_XML[^>]*>
+ <Enumeration id="_1" name="start" context="_2" location="f1:1" file="f1" line="1">
+ <EnumValue name="ev0" init="0"/>
+ <EnumValue name="ev2" init="2"/>
+ </Enumeration>
+ <Namespace id="_2" name="::"/>
+ <File id="f1" name=".*/test/input/Enumeration.cxx"/>
+</GCC_XML>$