summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_nested_parameter.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.test_nested_parameter.page')
-rw-r--r--tests/scanner/Regress-1.0-Gjs-expected/Regress.test_nested_parameter.page28
1 files changed, 9 insertions, 19 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_nested_parameter.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_nested_parameter.page
index 54bda89f..a436fa76 100644
--- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_nested_parameter.page
+++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_nested_parameter.page
@@ -6,7 +6,6 @@
xmlns:api="http://projectmallard.org/experimental/api/"
xmlns:ui="http://projectmallard.org/1.0/ui/">
<info>
-
<link xref="index" group="function" type="guide"/>
<api:function>
<api:returns>
@@ -14,22 +13,18 @@
</api:returns>
<api:name>regress_test_nested_parameter</api:name>
<api:arg>
- <api:type>Number</api:type>
+ <api:type>Number(gint)</api:type>
<api:name>a</api:name>
</api:arg>
</api:function>
-
</info>
- <title>test_nested_parameter</title>
-
-<synopsis><code mime="text/x-gjs">
-function test_nested_parameter(a:Number):void {
+ <title>Regress.test_nested_parameter</title>
+ <synopsis><code mime="text/x-gjs">
+function test_nested_parameter(a: Number(gint)): void {
// Gjs wrapper for regress_test_nested_parameter()
}
-</code></synopsis>
-
-
- <p>&lt;informaltable&gt;
+ </code></synopsis>
+ <p>&lt;informaltable&gt;
&lt;tgroup cols="3"&gt;
&lt;thead&gt;
&lt;row&gt;
@@ -54,18 +49,13 @@ rgb(20%, 30%, 0%)&lt;/literallayout&gt;&lt;/entry&gt;
&lt;/row&gt;
&lt;/tbody&gt;
&lt;/tgroup&gt;
-&lt;/informaltable&gt;</p><p>What we're testing here is that the scanner ignores the <code>a</code> nested inside XML.</p>
-
-
-
-
+&lt;/informaltable&gt;</p> <p>What we're testing here is that the scanner ignores the <code>a</code> nested inside XML.</p>
+
<terms>
<item>
<title><code>a</code></title>
-<p>An integer</p>
+ <p>An integer</p>
</item>
</terms>
-
-
</page>