Skip to content

Commit dc14b69

Browse files
committed
Add negative is_blank predicate tests
1 parent 61fa3e4 commit dc14b69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

string/test/predicate_test.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ void classification_test()
141141

142142
#ifndef BOOST_NO_CXX11
143143
TEST_CLASS( is_blank(), " \t", "\t \n\r" );
144+
TEST_CLASS( !is_blank(), "abc\n\v\f\r", "a x\t" );
144145
#endif
145146

146147
TEST_CLASS( !is_classified(std::ctype_base::space), "...", "..\n\r\t " );

0 commit comments

Comments
 (0)