summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/tag.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/annotationparser/gi/tag.xml')
-rw-r--r--tests/scanner/annotationparser/gi/tag.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/tests/scanner/annotationparser/gi/tag.xml b/tests/scanner/annotationparser/gi/tag.xml
index 8480d4b4..7dd7bb19 100644
--- a/tests/scanner/annotationparser/gi/tag.xml
+++ b/tests/scanner/annotationparser/gi/tag.xml
@@ -187,25 +187,26 @@ Moo: anything</description>
<annotation>
<name>allow-none</name>
</annotation>
+ <annotation>
+ <name>transfer</name>
+ <options>
+ <option>
+ <name>full</name>
+ </option>
+ </options>
+ </annotation>
</annotations>
- <description>
-(transfer full): something</description>
+ <description>something</description>
</tag>
</tags>
</docblock>
- <messages>
- <message>7: Error: Test: ignoring invalid multiline annotation continuation:
- * (transfer full): something
- ^</message>
- </messages>
</parser>
<output>/**
* test_multiline_annotations_on_tag:
*
* Annotations spanning multiple lines are not valid
*
- * Returns: (allow-none):
- * (transfer full): something
+ * Returns: (allow-none) (transfer full): something
*/</output>
</test>