File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -534,8 +534,8 @@ class TestStl : public TestFixture {
534534 " if (DirName == nullptr)\n "
535535 " return {};\n "
536536 " std::string Name{ DirName };\n "
537- " if (!Name.empty() && Name.back() != '\\ ')\n "
538- " Name += '\\ ';\n "
537+ " if (!Name.empty() && Name.back() != '\\\\ ')\n "
538+ " Name += '\\\\ ';\n "
539539 " return Name;\n "
540540 " }\n " );
541541 ASSERT_EQUALS (" " , errout.str ());
Original file line number Diff line number Diff line change @@ -6047,8 +6047,8 @@ class TestValueFlow : public TestFixture {
60476047 " && ch != '(' && ch != ')'\n "
60486048 " && ch != '[' && ch != ']'\n "
60496049 " && ch != ';' && ch != ','\n "
6050- " && ch != '#' && ch != '\\ '\n "
6051- " && ch != '\' ' && ch != '\" ');\n "
6050+ " && ch != '#' && ch != '\\\\ '\n "
6051+ " && ch != '\\\ ' ' && ch != '\\ \" ');\n "
60526052 " }\n " ;
60536053 valueOfTok (code, " return" );
60546054 }
You can’t perform that action at this time.
0 commit comments