diff options
author | Stef Walter <stefw@gnome.org> | 2013-10-28 22:13:47 +0100 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-10-28 17:32:27 -0400 |
commit | 288b339edf262f1dba4e87a9faef46cc79749bd5 (patch) | |
tree | 665063f59d802db644f8496f8295d2478443ab08 /tests | |
parent | 95cd591fb7e855d280505168444894e729bb39f8 (diff) | |
download | gobject-introspection-288b339edf262f1dba4e87a9faef46cc79749bd5.tar.gz |
giscanner: Test fixups for field annotations and documentation
Related to: https://bugzilla.gnome.org/show_bug.cgi?id=710561
Diffstat (limited to 'tests')
3 files changed, 51 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationFields.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationFields.page new file mode 100644 index 00000000..53234545 --- /dev/null +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationFields.page @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<page id="Regress.AnnotationFields" + type="guide" + style="record" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + + <link xref="index" group="record" type="guide"/> + + </info> + <title>Regress.AnnotationFields</title> + + + + <p>This is a struct for testing field documentation and annotations</p> + + + + + + + +</page> diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationFields.page b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationFields.page new file mode 100644 index 00000000..53234545 --- /dev/null +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationFields.page @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<page id="Regress.AnnotationFields" + type="guide" + style="record" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + + <link xref="index" group="record" type="guide"/> + + </info> + <title>Regress.AnnotationFields</title> + + + + <p>This is a struct for testing field documentation and annotations</p> + + + + + + + +</page> diff --git a/tests/scanner/Utility-1.0-expected.gir b/tests/scanner/Utility-1.0-expected.gir index 1936fd2b..0bd38297 100644 --- a/tests/scanner/Utility-1.0-expected.gir +++ b/tests/scanner/Utility-1.0-expected.gir @@ -19,6 +19,7 @@ and/or use gtk-doc annotations. --> </alias> <record name="Buffer" c:type="UtilityBuffer"> <field name="data" writable="1"> + <doc xml:space="preserve">the data</doc> <type name="gpointer"/> </field> <field name="length" writable="1"> |