We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2a015 commit 7d03970Copy full SHA for 7d03970
src/test/pegtl/contrib_unescape.cpp
@@ -33,7 +33,7 @@ namespace TAO_PEGTL_NAMESPACE
33
std::string s;
34
memory_input in( m, M - 1, __FUNCTION__ );
35
if( !parse< unstring, unaction >( in, s ) ) {
36
- return false;
+ return false; // LCOV_EXCL_LINE
37
}
38
return s == std::string( n, N - 1 );
39
0 commit comments