Skip to content

Commit 55b4dce

Browse files
committed
\/ needs three (six) backslashes!
1 parent 9bdcaa1 commit 55b4dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plots/tree-delimiter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export async function treeDelimiter2() {
3838
"foo/baz/https:\\/\\/example.com\\/posts\\/2",
3939
"foo/bar;baz/https:\\/\\/example2.com", // “bar;baz” should be a single node
4040
"foo/bar\\/baz/https:\\/\\/example4.com", // "bar/baz" should be a single node, distinct from “bar;baz”
41-
"foo/bar\\\\/baz/https:\\/\\/example3.com" // “bar\/baz” should be a single node
41+
"foo/bar\\\\\\/baz/https:\\/\\/example3.com" // “bar\/baz” should be a single node
4242
]
4343
)
4444
]

0 commit comments

Comments
 (0)