summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/tag_returns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/annotationparser/gi/tag_returns.xml')
-rw-r--r--tests/scanner/annotationparser/gi/tag_returns.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/tests/scanner/annotationparser/gi/tag_returns.xml b/tests/scanner/annotationparser/gi/tag_returns.xml
index 49389c2c..8ccfaa63 100644
--- a/tests/scanner/annotationparser/gi/tag_returns.xml
+++ b/tests/scanner/annotationparser/gi/tag_returns.xml
@@ -8,7 +8,7 @@
*
* Test returning a string as an out parameter
*
- * Returns: (skip): some boolean
+ * Returns: (allow-none): some boolean
**/</input>
<parser>
<docblock>
@@ -21,7 +21,7 @@
<name>returns</name>
<annotations>
<annotation>
- <name>skip</name>
+ <name>allow-none</name>
</annotation>
</annotations>
<description>some boolean</description>
@@ -34,7 +34,7 @@
*
* Test returning a string as an out parameter
*
- * Returns: (skip): some boolean
+ * Returns: (allow-none): some boolean
*/</output>
</test>
@@ -44,7 +44,7 @@
*
* Test returning a string as an out parameter
*
- * Returns: (skip)): some boolean
+ * Returns: (allow-none)): some boolean
**/</input>
<parser>
<docblock>
@@ -60,8 +60,8 @@
</docblock>
<messages>
<message>6: Error: Test: unbalanced parentheses, annotations will be ignored:
- * Returns: (skip)): some boolean
- ^</message>
+ * Returns: (allow-none)): some boolean
+ ^</message>
</messages>
</parser>
<output>/**
@@ -121,7 +121,7 @@ Tags should go after the comment block description</description>
*
* Test returning a string as an out parameter
*
- * Return value: (skip): some boolean
+ * Return value: (allow-none): some boolean
**/</input>
<parser>
<docblock>
@@ -134,7 +134,7 @@ Tags should go after the comment block description</description>
<name>returns</name>
<annotations>
<annotation>
- <name>skip</name>
+ <name>allow-none</name>
</annotation>
</annotations>
<description>some boolean</description>
@@ -147,7 +147,7 @@ Tags should go after the comment block description</description>
*
* Test returning a string as an out parameter
*
- * Returns: (skip): some boolean
+ * Returns: (allow-none): some boolean
*/</output>
</test>
@@ -157,7 +157,7 @@ Tags should go after the comment block description</description>
-->
<input>/**
* annotation_object_string_out:
- * @returns: (skip): some boolean
+ * @returns: (allow-none): some boolean
*
* Test returning a string as an out parameter
**/</input>
@@ -172,7 +172,7 @@ Tags should go after the comment block description</description>
<name>returns</name>
<annotations>
<annotation>
- <name>skip</name>
+ <name>allow-none</name>
</annotation>
</annotations>
<description>some boolean</description>
@@ -185,7 +185,7 @@ Tags should go after the comment block description</description>
*
* Test returning a string as an out parameter
*
- * Returns: (skip): some boolean
+ * Returns: (allow-none): some boolean
*/</output>
</test>
@@ -195,7 +195,7 @@ Tags should go after the comment block description</description>
-->
<input>/**
* annotation_object_string_out:
- * @returns: (skip)): some boolean
+ * @returns: (allow-none)): some boolean
*
* Test returning a string as an out parameter
**/</input>
@@ -213,8 +213,8 @@ Tags should go after the comment block description</description>
</docblock>
<messages>
<message>3: Error: Test: unbalanced parentheses, annotations will be ignored:
- * @returns: (skip)): some boolean
- ^</message>
+ * @returns: (allow-none)): some boolean
+ ^</message>
</messages>
</parser>
<output>/**