From 86f7acf0f139a917e460db26872b5a4306fca8d2 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 3 Feb 2013 06:58:53 -0500 Subject: tests: Use Regress GIR for doctool This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure. --- .../Regress.TestInheritDrawable.do_foo.page | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tests/scanner/Regress-1.0-Gjs-expected/Regress.TestInheritDrawable.do_foo.page (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.TestInheritDrawable.do_foo.page') diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestInheritDrawable.do_foo.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestInheritDrawable.do_foo.page new file mode 100644 index 00000000..11c87305 --- /dev/null +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestInheritDrawable.do_foo.page @@ -0,0 +1,44 @@ + + + + + + + + void + + regress_test_inherit_drawable_do_foo + + Number + x + + + + + TestInheritDrawable.prototype.do_foo + + +function do_foo(x:Number):void { + // Gjs wrapper for regress_test_inherit_drawable_do_foo() +} + + + + + + + + +
+

x :

+
+
+ + + +
-- cgit v1.2.1