summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/syntax.xml
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2012-07-04 09:10:51 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2012-11-28 21:31:23 +0100
commit8f638062fb49866e3a2f632a64eb71d7dbcc75bc (patch)
treee22d393caa0625be9d51d26b5e5d7058add41098 /tests/scanner/annotationparser/gi/syntax.xml
parent079b2c5bf9d73ac47a7bb1c62f176cbd85fb1e2a (diff)
downloadgobject-introspection-8f638062fb49866e3a2f632a64eb71d7dbcc75bc.tar.gz
giscanner: Correctly detect invalid GTK-Doc comment block end markers
https://bugzilla.gnome.org/show_bug.cgi?id=688897
Diffstat (limited to 'tests/scanner/annotationparser/gi/syntax.xml')
-rw-r--r--tests/scanner/annotationparser/gi/syntax.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/scanner/annotationparser/gi/syntax.xml b/tests/scanner/annotationparser/gi/syntax.xml
index 67224de5..c97bd5bc 100644
--- a/tests/scanner/annotationparser/gi/syntax.xml
+++ b/tests/scanner/annotationparser/gi/syntax.xml
@@ -71,6 +71,25 @@ something */</commentblock>
<test>
<!--
+ Not GTK-Doc
+ -->
+ <commentblock>/**
+Test
+something */</commentblock>
+</test>
+
+<test>
+ <!--
+ Not GTK-Doc
+ -->
+ <commentblock>/**
+Test
+something **/</commentblock>
+</test>
+
+
+<test>
+ <!--
Broken comment block, signal the start of the comment block description followed
by a parameter instead.
-->