summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.gir
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-03-27 17:09:16 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-06-10 12:34:35 -0400
commita1ec815afd2dd4379ce443efbb4d4aca4cf97c33 (patch)
treeebc574ae3a6b79a3e0adc976ebf5fcd36c67c4c3 /tests/scanner/Regress-1.0-expected.gir
parentd906932afae1b4e961b8cf3210b2dee95f73058b (diff)
downloadgobject-introspection-a1ec815afd2dd4379ce443efbb4d4aca4cf97c33.tar.gz
giscanner: Create AST nodes for SECTION: doc blocks; add a GIR nodedoc-sections
These will eventually be paired with the sections file parser to create a set of sections.
Diffstat (limited to 'tests/scanner/Regress-1.0-expected.gir')
-rw-r--r--tests/scanner/Regress-1.0-expected.gir8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-expected.gir b/tests/scanner/Regress-1.0-expected.gir
index 1c9c300f..9ed048a5 100644
--- a/tests/scanner/Regress-1.0-expected.gir
+++ b/tests/scanner/Regress-1.0-expected.gir
@@ -2046,6 +2046,14 @@ exposed to language bindings.</doc>
c:type="REGRESS_NEGATIVE_INT_CONSTANT">
<type name="gint" c:type="gint"/>
</constant>
+ <section name="SECTION:one" title="Test One!">
+ <short-description xml:whitespace="preserve">One test section</short-description>
+ <see-also xml:whitespace="preserve">two</see-also>
+ </section>
+ <section name="SECTION:two" title="Test Another!">
+ <short-description xml:whitespace="preserve">Another test section</short-description>
+ <see-also xml:whitespace="preserve">one</see-also>
+ </section>
<constant name="STRING_CONSTANT"
value="Some String"
c:type="REGRESS_STRING_CONSTANT">