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