From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/boost/tools/quickbook/test/anchor-1_7.gold | 151 +++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 src/boost/tools/quickbook/test/anchor-1_7.gold (limited to 'src/boost/tools/quickbook/test/anchor-1_7.gold') diff --git a/src/boost/tools/quickbook/test/anchor-1_7.gold b/src/boost/tools/quickbook/test/anchor-1_7.gold new file mode 100644 index 000000000..71e22458d --- /dev/null +++ b/src/boost/tools/quickbook/test/anchor-1_7.gold @@ -0,0 +1,151 @@ + + +
+ Anchor Test +
+ <link linkend="anchor_test.anchors">Anchors</link> + + A paragraph containing several anchors. We + want to make sure they appear in the correct place. + + + This + heading shouldn't pick up the previous anchor + + + + This + heading should pick up the previous anchor + + + + And + this one + + + + Also + this one + + + + Finally + this + + +
+
+ <anchor id="a9"/><link linkend="anchor_test.section_anchor">Section Anchor</link> +
+ <anchor id="a10"/><link linkend="anchor_test.section_anchor.nested_section">Nested + Section</link> +
+ +
+
+ <anchor id="a12"/><link linkend="anchor_test.conditional_section_anchor">Conditional + Section Anchor</link> +
+
+ <link linkend="anchor_test.lists">Lists</link> + + + + Item 1 + + + + + Item 2 + + + + + Nested List + + + + Nested Item 1 + + + + + Nested Item 2 + + + + + Nested Item 3 + + + + + + + + Item 3 + + + +
+
+ <link linkend="anchor_test.anchors_in_templates">Anchors in templates</link> + + Some text. + + + Text content + +
+
+ <link linkend="anchor_test.anchors_in_syntax_highlighted_co">Anchors in + syntax highlighted code</link> +int main() {} + +
+
+ <link linkend="anchor_test.nested_anchors">Nested anchors</link> + + Table with anchors + + + + + + Heading + + + + + + + + + Cell 1 + + + + + + + Cell 2 + + + + + + + Cell 3 + + + + + +
+
+
+ <link linkend="anchor_test.templates">Anchors with templates</link> + +
+
-- cgit v1.2.3