summaryrefslogtreecommitdiff
path: root/tests/warn/annotationparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/warn/annotationparser.h')
-rw-r--r--tests/warn/annotationparser.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/warn/annotationparser.h b/tests/warn/annotationparser.h
index 1897b2fb..ff9030e4 100644
--- a/tests/warn/annotationparser.h
+++ b/tests/warn/annotationparser.h
@@ -189,3 +189,17 @@ void test_symbol_twice_documented();
// EXPECT:186: Warning: Test: ignoring invalid multiline annotation continuation:
//+ * (transfer full): something
//+ ^
+
+
+/**
+
+ * regress_test_invalid_comment:
+ * @foo: a param
+ *
+ * invalid comment with a line without
+ * https://bugzilla.gnome.org/show_bug.cgi?id=673806
+ */
+
+// EXPECT:195: Warning: Test: ignoring unrecognized GTK-Doc comment block, identifier not found:
+//+
+//+^