We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdcaa1 commit 55b4dceCopy full SHA for 55b4dce
test/plots/tree-delimiter.ts
@@ -38,7 +38,7 @@ export async function treeDelimiter2() {
38
"foo/baz/https:\\/\\/example.com\\/posts\\/2",
39
"foo/bar;baz/https:\\/\\/example2.com", // “bar;baz” should be a single node
40
"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
+ "foo/bar\\\\\\/baz/https:\\/\\/example3.com" // “bar\/baz” should be a single node
42
]
43
)
44
0 commit comments