22
33exports [` escape should escape url 1` ] = ` true` ;
44
5- exports [` escape should escape url 2` ] = ` "image.png" ` ;
5+ exports [` escape should escape url 2` ] = ` null ` ;
66
7- exports [` escape should escape url 3` ] = ` "image.png" ` ;
7+ exports [` escape should escape url 3` ] = ` undefined ` ;
88
99exports [` escape should escape url 4` ] = ` "image.png"` ;
1010
11- exports [` escape should escape url 5` ] = ` "\\ " image other .png\\ " "` ;
11+ exports [` escape should escape url 5` ] = ` "image.png"` ;
1212
13- exports [` escape should escape url 6` ] = ` "\\ " image other .png\\ " "` ;
13+ exports [` escape should escape url 6` ] = ` "image.png"` ;
1414
1515exports [` escape should escape url 7` ] = ` "\\ "image other.png\\ ""` ;
1616
17- exports [` escape should escape url 8` ] = ` "\\ "image\\\\\\ " other.png\\ ""` ;
17+ exports [` escape should escape url 8` ] = ` "\\ "image other.png\\ ""` ;
1818
19- exports [` escape should escape url 9` ] = ` "\\ "image\\\\ nother .png\\ ""` ;
19+ exports [` escape should escape url 9` ] = ` "\\ "image other .png\\ ""` ;
2020
21- exports [` escape should escape url 10` ] = ` "image.png#hash "` ;
21+ exports [` escape should escape url 10` ] = ` "\\ " image\\\\\\ "other .png\\ " "` ;
2222
23- exports [` escape should escape url 11` ] = ` "image.png#hash "` ;
23+ exports [` escape should escape url 11` ] = ` "\\ " image\\\\ nother .png\\ " "` ;
2424
2525exports [` escape should escape url 12` ] = ` "image.png#hash"` ;
2626
27- exports [` escape should escape url 13` ] = ` "\\ " image other .png#hash\\ " "` ;
27+ exports [` escape should escape url 13` ] = ` "image.png#hash"` ;
2828
29- exports [` escape should escape url 14` ] = ` "\\ " image other .png#hash\\ " "` ;
29+ exports [` escape should escape url 14` ] = ` "image.png#hash"` ;
3030
3131exports [` escape should escape url 15` ] = ` "\\ "image other.png#hash\\ ""` ;
3232
33- exports [` escape should escape url 16` ] = ` "\\ "image other.png\\ ""` ;
33+ exports [` escape should escape url 16` ] = ` "\\ "image other.png#hash \\ ""` ;
3434
35- exports [` escape should escape url 17` ] = ` "\\ "image other.png\\ ""` ;
35+ exports [` escape should escape url 17` ] = ` "\\ "image other.png#hash \\ ""` ;
3636
3737exports [` escape should escape url 18` ] = ` "\\ "image other.png\\ ""` ;
3838
39- exports [` escape should escape url 19` ] = ` "image.png"` ;
39+ exports [` escape should escape url 19` ] = ` "\\ " image other .png\\ " "` ;
4040
41- exports [` escape should escape url 20` ] = ` "image.png"` ;
41+ exports [` escape should escape url 20` ] = ` "\\ " image other .png\\ " "` ;
4242
4343exports [` escape should escape url 21` ] = ` "image.png"` ;
4444
45- exports [` escape should escape url 22` ] = ` "\\ " image other .png\\ " "` ;
45+ exports [` escape should escape url 22` ] = ` "image.png"` ;
4646
47- exports [` escape should escape url 23` ] = ` "\\ " image other .png\\ " "` ;
47+ exports [` escape should escape url 23` ] = ` "image.png"` ;
4848
4949exports [` escape should escape url 24` ] = ` "\\ "image other.png\\ ""` ;
5050
51- exports [` escape should escape url 25` ] = ` "\\ "image\\\\\\ " other.png\\ ""` ;
51+ exports [` escape should escape url 25` ] = ` "\\ "image other.png\\ ""` ;
5252
53- exports [` escape should escape url 26` ] = ` "\\ "image\\\\ nother .png\\ ""` ;
53+ exports [` escape should escape url 26` ] = ` "\\ "image other .png\\ ""` ;
5454
55- exports [` escape should escape url 27` ] = ` "image.png#hash "` ;
55+ exports [` escape should escape url 27` ] = ` "\\ " image\\\\\\ "other .png\\ " "` ;
5656
57- exports [` escape should escape url 28` ] = ` "image.png#hash "` ;
57+ exports [` escape should escape url 28` ] = ` "\\ " image\\\\ nother .png\\ " "` ;
5858
5959exports [` escape should escape url 29` ] = ` "image.png#hash"` ;
6060
61- exports [` escape should escape url 30` ] = ` "\\ " image other .png#hash\\ " "` ;
61+ exports [` escape should escape url 30` ] = ` "image.png#hash"` ;
6262
63- exports [` escape should escape url 31` ] = ` "\\ " image other .png\\ " "` ;
63+ exports [` escape should escape url 31` ] = ` "image.png#hash "` ;
6464
65- exports [` escape should escape url 32` ] = ` "\\ "image other.png\\ ""` ;
65+ exports [` escape should escape url 32` ] = ` "\\ "image other.png#hash \\ ""` ;
6666
6767exports [` escape should escape url 33` ] = ` "\\ "image other.png\\ ""` ;
6868
69- exports [` escape should escape url 34` ] = ` "\\ "image other.png#hash \\ ""` ;
69+ exports [` escape should escape url 34` ] = ` "\\ "image other.png\\ ""` ;
7070
71- exports [` escape should escape url 35` ] = ` "\\ "image other.png#hash \\ ""` ;
71+ exports [` escape should escape url 35` ] = ` "\\ "image other.png\\ ""` ;
7272
7373exports [` escape should escape url 36` ] = ` "\\ "image other.png#hash\\ ""` ;
7474
@@ -81,3 +81,7 @@ exports[`escape should escape url 39`] = `"\\"image other.png#hash\\""`;
8181exports [` escape should escape url 40` ] = ` "\\ "image other.png#hash\\ ""` ;
8282
8383exports [` escape should escape url 41` ] = ` "\\ "image other.png#hash\\ ""` ;
84+
85+ exports [` escape should escape url 42` ] = ` "\\ "image other.png#hash\\ ""` ;
86+
87+ exports [` escape should escape url 43` ] = ` "\\ "image other.png#hash\\ ""` ;
0 commit comments