diff options
Diffstat (limited to 'tests/scanner')
5 files changed, 6 insertions, 3 deletions
diff --git a/tests/scanner/Regress-1.0-C-expected/Regress.test_value_return.page b/tests/scanner/Regress-1.0-C-expected/Regress.test_value_return.page index 25d1f71c..5a784dd5 100644 --- a/tests/scanner/Regress-1.0-C-expected/Regress.test_value_return.page +++ b/tests/scanner/Regress-1.0-C-expected/Regress.test_value_return.page @@ -22,7 +22,7 @@ <synopsis><code mime="text/x-csrc"> const GValue* regress_test_value_return (int i); </code></synopsis> - + <p>This is a <em>test</em> of <strong>Markdown</strong> formatting within a comment.</p> <terms> <item> diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_value_return.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_value_return.page index d843d286..7d19967e 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_value_return.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.test_value_return.page @@ -24,7 +24,7 @@ function test_value_return(i: Number(gint)): Any { // Gjs wrapper for regress_test_value_return() } </code></synopsis> - + <p>This is a <em>test</em> of <strong>Markdown</strong> formatting within a comment.</p> <terms> <item> diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.test_value_return.page b/tests/scanner/Regress-1.0-Python-expected/Regress.test_value_return.page index d35a11af..adaae9a5 100644 --- a/tests/scanner/Regress-1.0-Python-expected/Regress.test_value_return.page +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.test_value_return.page @@ -25,7 +25,7 @@ def test_value_return(i): # Python wrapper for regress_test_value_return() </code></synopsis> - + <p>This is a <em>test</em> of <strong>Markdown</strong> formatting within a comment.</p> <terms> <item> diff --git a/tests/scanner/Regress-1.0-expected.gir b/tests/scanner/Regress-1.0-expected.gir index 82c11d32..b7b66100 100644 --- a/tests/scanner/Regress-1.0-expected.gir +++ b/tests/scanner/Regress-1.0-expected.gir @@ -6532,6 +6532,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=685399</doc> </function> <function name="test_value_return" c:identifier="regress_test_value_return"> + <doc xml:space="preserve">This is a _test_ of **Markdown** formatting within a comment.</doc> <return-value transfer-ownership="none"> <doc xml:space="preserve">the int wrapped in a GValue.</doc> <type name="GObject.Value" c:type="const GValue*"/> diff --git a/tests/scanner/regress.c b/tests/scanner/regress.c index 1bad36e3..8760d763 100644 --- a/tests/scanner/regress.c +++ b/tests/scanner/regress.c @@ -268,6 +268,8 @@ static GValue value; * regress_test_value_return: * @i: an int * + * This is a _test_ of **Markdown** formatting within a comment. + * * Return value: (transfer none): the int wrapped in a GValue. */ const GValue * |