mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 12:57:26 +02:00
Add missing [endsect]
This commit is contained in:
@ -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.
|
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]
|
[section BOOST_TEST_ALL_EQ]
|
||||||
|
|
||||||
``
|
``
|
||||||
|
Reference in New Issue
Block a user