This commit is contained in:
Michael Davidsaver
2023-01-31 08:39:26 -08:00
parent 66441a4d2f
commit a9699be7e8
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -140,6 +140,7 @@ testCase& testCase::setPassMatch(const std::string& expr, const std::string& inp
namespace detail {
static
size_t findNextLine(const std::string& s, size_t pos=0u)
{
size_t next = s.find_first_of('\n', pos);