Skip to content

Commit 730a741

Browse files
committed
fix: collection paths contain a\b patter on windows
1 parent 5aff974 commit 730a741

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/db/collection_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ TEST_F(CollectionTest, Feature_CreateAndOpen_PathValidate) {
257257
"a*b", // *
258258
"a[b]", // []
259259
"a{b}", // {}
260-
"a\\b", //
261260
"a~b", // ~
262261
"a#b", // #
263262
"a\tb", // tab

0 commit comments

Comments
 (0)