summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected/Regress.test_array_int_out.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.test_array_int_out.page')
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.test_array_int_out.page22
1 files changed, 6 insertions, 16 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.test_array_int_out.page b/tests/scanner/Regress-1.0-Python-expected/Regress.test_array_int_out.page
index b8f44411..8a766cde 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.test_array_int_out.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.test_array_int_out.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>
@@ -22,34 +21,25 @@
<api:name>ints</api:name>
</api:arg>
</api:function>
-
</info>
- <title>Index.test_array_int_out</title>
-
-<synopsis><code mime="text/x-python">
+ <title>Regress.test_array_int_out</title>
+ <synopsis><code mime="text/x-python">
@accepts(int, [int])
@returns(none)
def test_array_int_out(n_ints, ints):
# Python wrapper for regress_test_array_int_out()
-</code></synopsis>
+ </code></synopsis>
+
-
-
-
-
-
-
<terms>
<item>
<title><code>n_ints</code></title>
-<p>the length of <code>ints</code></p>
+ <p>the length of <code>ints</code></p>
</item>
<item>
<title><code>ints</code></title>
-<p>a list of 5 integers, from 0 to 4 in consecutive order</p>
+ <p>a list of 5 integers, from 0 to 4 in consecutive order</p>
</item>
</terms>
-
-
</page>