Clang format again but now with v13.0.1

This commit is contained in:
Tomer Lev 2022-11-02 10:13:58 +02:00
parent a105ea9d80
commit 73e749a162
12 changed files with 215 additions and 209 deletions

View file

@ -111,7 +111,7 @@ static std::string prefix_basename_with(const std::string& path, const std::stri
TEST_CASE("writers.ascii prefix_basename_with")
{
#ifdef _MSC_VER
// TODO: adapt this test to Windows paths
// TODO: adapt this test to Windows paths
#else
CHECK(prefix_basename_with("a/conn.log", ".shadow.") == "a/.shadow.conn.log");
CHECK(prefix_basename_with("/a/conn.log", ".shadow.") == "/a/.shadow.conn.log");