From e70abadf0dd7d5312311926ec5b5130e1933d83b Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Wed, 19 Feb 2014 17:15:34 +0100 Subject: doctool: update reference tests https://bugzilla.gnome.org/show_bug.cgi?id=724735 --- .../Regress.test_array_int_in.page | 26 +++++++--------------- 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.test_array_int_in.page') diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_array_int_in.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_array_int_in.page index 3d41dca7..af070d4a 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_array_int_in.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_array_int_in.page @@ -6,38 +6,30 @@ xmlns:api="http://projectmallard.org/experimental/api/" xmlns:ui="http://projectmallard.org/1.0/ui/"> - - Number + Number(gint) regress_test_array_int_in - [Number] + Array(Number(gint)) ints - - test_array_int_in - - -function test_array_int_in(ints:[Number]):Number { + Regress.test_array_int_in + +function test_array_int_in(ints: Array(Number(gint))): Number(gint) { // Gjs wrapper for regress_test_array_int_in() } - + + - - - - - - <code>ints</code> -

List of ints

+

List of ints

<code>Returns</code> @@ -45,6 +37,4 @@ function test_array_int_in(ints:[Number]):Number {
- - -- cgit v1.2.1