From 4b690b187bf8d0b7b571faaa050986b796e797a4 Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Tue, 13 Aug 2013 15:01:00 +0200 Subject: giscanner: add missing tests --- .../gi/syntax_multiline_annotations.xml | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml (limited to 'tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml') diff --git a/tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml b/tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml new file mode 100644 index 00000000..0f5efa13 --- /dev/null +++ b/tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml @@ -0,0 +1,69 @@ + + + + + + /** + * regress_forced_method: (skip) + * (method) + * @obj: A #RegressTestObj + */ + + + + regress_forced_method + + + skip + + + + + + obj + A #RegressTestObj + + + (method) + + + 3: Error: Test: ignoring invalid multiline annotation continuation: + * (method) + ^ + + + + + + /** + * regress_forced_method: (skip) + * (method) + * @obj: A #RegressTestObj + */ + + + + regress_forced_method + + + skip + + + + + + obj + A #RegressTestObj + + + (method) + + + 3: Error: Test: ignoring invalid multiline annotation continuation: + * (method) + ^ + + + + + -- cgit v1.2.1 From 6a874b86a1b9aae0c50a30b8cd3033870797eb1c Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Tue, 23 Jul 2013 17:34:07 +0200 Subject: giscanner: refactor GTK-Doc comment block serialization --- .../annotationparser/gi/syntax_multiline_annotations.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml') diff --git a/tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml b/tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml index 0f5efa13..4aa92e42 100644 --- a/tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml +++ b/tests/scanner/annotationparser/gi/syntax_multiline_annotations.xml @@ -32,6 +32,12 @@ ^ + /** + * regress_forced_method: (skip) + * @obj: A #RegressTestObj + * + * (method) + */ @@ -64,6 +70,12 @@ ^ + /** + * regress_forced_method: (skip) + * @obj: A #RegressTestObj + * + * (method) + */ -- cgit v1.2.1