Skip to content

Commit

Permalink
Update test/cctest/test_path.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Lemire <[email protected]>
  • Loading branch information
anonrig and lemire authored Apr 5, 2024
1 parent 7ab84f6 commit 60ff6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cctest/test_path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ TEST_F(PathTest, ToNamespacedPath) {
BufferValue data_2(
isolate_, v8::String::NewFromUtf8(isolate_, "C://").ToLocalChecked());
ToNamespacedPath(*env, &data_2);
EXPECT_EQ(data_2.ToStringView(), "'\\\\?\\C:\\");
EXPECT_EQ(data_2.ToStringView(), "\\\\?\\C:\\");
BufferValue data_3(
isolate_,
v8::String::NewFromUtf8(
Expand Down

0 comments on commit 60ff6dc

Please sign in to comment.