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 --- .../tools/quickbook/test/source_mode-1_7.gold | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/boost/tools/quickbook/test/source_mode-1_7.gold (limited to 'src/boost/tools/quickbook/test/source_mode-1_7.gold') diff --git a/src/boost/tools/quickbook/test/source_mode-1_7.gold b/src/boost/tools/quickbook/test/source_mode-1_7.gold new file mode 100644 index 000000000..2cc454a6d --- /dev/null +++ b/src/boost/tools/quickbook/test/source_mode-1_7.gold @@ -0,0 +1,63 @@ + + +
+ Source Mode Test + + + + + +int main() {} + + +void foo() {} + + + + + +Plain text... + + int main() {} but plain + text. + + + + + int main() {} + + + + + int main() {} + + + + + int main() {} + + + + + int main() {} and int main() + {} should both be C++ highlighted. int + main() {} shouldn't be, but int + main() {} should. + + + int main() {}. Not highlighted: + int main() {}. + +
+ <link linkend="source_mode_test.cpp">C++ section</link> +int main() {} +
+
-- cgit v1.2.3