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/templates-1_5.gold | 239 ++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 src/boost/tools/quickbook/test/templates-1_5.gold (limited to 'src/boost/tools/quickbook/test/templates-1_5.gold') diff --git a/src/boost/tools/quickbook/test/templates-1_5.gold b/src/boost/tools/quickbook/test/templates-1_5.gold new file mode 100644 index 000000000..9577f1a91 --- /dev/null +++ b/src/boost/tools/quickbook/test/templates-1_5.gold @@ -0,0 +1,239 @@ + + +
+ Template 1.5 +
+ <link linkend="template_1_5.templates">Templates</link> + + nullary_arg + + + foo baz + + + foo baz + + + This is a complete paragraph. kalamazoo kalamazoo kalamazoo kalamazoo kalamazoo + kalamazoo kalamazoo kalamazoo kalamazoo.... blah blah blah...... + + + baz + + + This is a complete paragraph. madagascar madagascar madagascar madagascar madagascar + madagascar madagascar madagascar madagascar.... blah blah blah...... + + + zoom peanut zoom + + + exactly xanadu + + + wx + + + wxyz wxyz trail + +int main() +{ + std::cout << "Hello, World" << std::endl; +} + + + x2 + + + α2 + + + x2 + + + got a banana? + + + .0 00 + + + [fool] + +
+
+ <link linkend="template_1_5.empty_templates">Empty Templates</link> +
+
+ <link linkend="template_1_5.nested_templates">Nested Templates</link> + + Pre + + + Start block template. + + + Start block template. + + + Hello! + + + End block template. + + + End block template. + + + Post + + + Pre + + + Start block template. + + + Start phrase template. Hello! End phrase template. + + + End block template. + + + Post + + + Pre + + + Start phrase template. + + + Start block template. + + + Hello! + + + End block template. + + + End phrase template. + + + Post + + + Pre Start phrase template. Start phrase template. Hello! End phrase template. + End phrase template. Post + +
+
+ <link linkend="template_1_5.block_markup">Block Markup</link> + + + + a + + + + + b + + + + +int main() {} + + Paragraphs 1 + + + Paragraphs 2 + + + + + + + + a + + + + + b + + + + + + + + + +int main() {} + + + + Paragraphs 1 + + + Paragraphs 2 + + + +
+
+ <link linkend="template_1_5.static_scoping">Static Scoping</link> + + static scoping + + + [a] + + + new + + + foo foo + +
+
+ <link linkend="template_1_5.template_arguments">Template Arguments</link> + + {1-2} {1-2} {1-2 3 4} {1 2-3 4} {1 2 3-4} {1..2-3} {1..2-3} + + + { {1 2-3}-4} { {1 2-3}-4} { {1-2 3}-4} + + + {[1-2] 3} {[1-2] 3} {[1-2} + + + {1-2-3} {1-2-3} + +
+
+ <link linkend="template_1_5.block_and_phrase_templates">Block and phrase + templates</link> + + Some text + + + A <emphasis>paragraph</emphasis>. + + + Some *text* A paragraph. + + + Things + +
+
+ <link linkend="template_1_5.escaped_templates">Escaped templates</link> + + Not real boostbook Also not real boostbook + More fake boostbook Final fake boostbook + +
+
-- cgit v1.2.3