Skip to content

Commit

Permalink
\/ needs three (six) backslashes!
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Sep 7, 2023
1 parent 9bdcaa1 commit 55b4dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plots/tree-delimiter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function treeDelimiter2() {
"foo/baz/https:\\/\\/example.com\\/posts\\/2",
"foo/bar;baz/https:\\/\\/example2.com", // “bar;baz” should be a single node
"foo/bar\\/baz/https:\\/\\/example4.com", // "bar/baz" should be a single node, distinct from “bar;baz”
"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
]
)
]
Expand Down

0 comments on commit 55b4dce

Please sign in to comment.