mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Clang format again but now with v13.0.1
This commit is contained in:
parent
a105ea9d80
commit
73e749a162
12 changed files with 215 additions and 209 deletions
|
@ -631,7 +631,7 @@ string flatten_script_name(const string& name, const string& prefix)
|
|||
TEST_CASE("util normalize_path")
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
// TODO: adapt these tests to Windows
|
||||
// TODO: adapt these tests to Windows
|
||||
#else
|
||||
CHECK(normalize_path("/1/2/3") == "/1/2/3");
|
||||
CHECK(normalize_path("/1/./2/3") == "/1/2/3");
|
||||
|
@ -2737,7 +2737,7 @@ string json_escape_utf8(const char* val, size_t val_size, bool escape_printable_
|
|||
TEST_CASE("util filesystem")
|
||||
{
|
||||
#ifdef _MSC_VER
|
||||
// TODO: adapt these tests to Windows paths
|
||||
// TODO: adapt these tests to Windows paths
|
||||
#else
|
||||
zeek::filesystem::path path1("/a/b");
|
||||
CHECK(path1.is_absolute());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue