From 064cfd3d732621bea36733ca3c4e513c83654418 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 16 Mar 2017 00:52:00 +0200 Subject: [PATCH] Add missing [endsect] --- doc/lightweight_test.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lightweight_test.qbk b/doc/lightweight_test.qbk index e0a1f77..ed0990b 100644 --- a/doc/lightweight_test.qbk +++ b/doc/lightweight_test.qbk @@ -123,6 +123,8 @@ BOOST_TEST_CSTR_NE(expr1, expr2) Specialization of BOOST_TEST_NE which interprets expr1 and expr2 as pointers to null-terminated byte strings (C strings). If `std::strcmp(expr1, expr2) == 0`, increase the error count and output a message containing both expressions. +[endsect] + [section BOOST_TEST_ALL_EQ] ``