From 55b4dcefaf4615b889d71570d4d8ff22a5d6dbec Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Thu, 7 Sep 2023 12:00:49 -0700 Subject: [PATCH] \/ needs three (six) backslashes! --- test/plots/tree-delimiter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plots/tree-delimiter.ts b/test/plots/tree-delimiter.ts index f5ae067f7f..bc734fbca2 100644 --- a/test/plots/tree-delimiter.ts +++ b/test/plots/tree-delimiter.ts @@ -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 ] ) ]