2
2
3
3
exports [` escape should escape url 1` ] = ` true` ;
4
4
5
- exports [` escape should escape url 2` ] = ` "image.png" ` ;
5
+ exports [` escape should escape url 2` ] = ` null ` ;
6
6
7
- exports [` escape should escape url 3` ] = ` "image.png" ` ;
7
+ exports [` escape should escape url 3` ] = ` undefined ` ;
8
8
9
9
exports [` escape should escape url 4` ] = ` "image.png"` ;
10
10
11
- exports [` escape should escape url 5` ] = ` "\\ " image other .png\\ " "` ;
11
+ exports [` escape should escape url 5` ] = ` "image.png"` ;
12
12
13
- exports [` escape should escape url 6` ] = ` "\\ " image other .png\\ " "` ;
13
+ exports [` escape should escape url 6` ] = ` "image.png"` ;
14
14
15
15
exports [` escape should escape url 7` ] = ` "\\ "image other.png\\ ""` ;
16
16
17
- exports [` escape should escape url 8` ] = ` "\\ "image\\\\\\ " other.png\\ ""` ;
17
+ exports [` escape should escape url 8` ] = ` "\\ "image other.png\\ ""` ;
18
18
19
- exports [` escape should escape url 9` ] = ` "\\ "image\\\\ nother .png\\ ""` ;
19
+ exports [` escape should escape url 9` ] = ` "\\ "image other .png\\ ""` ;
20
20
21
- exports [` escape should escape url 10` ] = ` "image.png#hash "` ;
21
+ exports [` escape should escape url 10` ] = ` "\\ " image\\\\\\ "other .png\\ " "` ;
22
22
23
- exports [` escape should escape url 11` ] = ` "image.png#hash "` ;
23
+ exports [` escape should escape url 11` ] = ` "\\ " image\\\\ nother .png\\ " "` ;
24
24
25
25
exports [` escape should escape url 12` ] = ` "image.png#hash"` ;
26
26
27
- exports [` escape should escape url 13` ] = ` "\\ " image other .png#hash\\ " "` ;
27
+ exports [` escape should escape url 13` ] = ` "image.png#hash"` ;
28
28
29
- exports [` escape should escape url 14` ] = ` "\\ " image other .png#hash\\ " "` ;
29
+ exports [` escape should escape url 14` ] = ` "image.png#hash"` ;
30
30
31
31
exports [` escape should escape url 15` ] = ` "\\ "image other.png#hash\\ ""` ;
32
32
33
- exports [` escape should escape url 16` ] = ` "\\ "image other.png\\ ""` ;
33
+ exports [` escape should escape url 16` ] = ` "\\ "image other.png#hash \\ ""` ;
34
34
35
- exports [` escape should escape url 17` ] = ` "\\ "image other.png\\ ""` ;
35
+ exports [` escape should escape url 17` ] = ` "\\ "image other.png#hash \\ ""` ;
36
36
37
37
exports [` escape should escape url 18` ] = ` "\\ "image other.png\\ ""` ;
38
38
39
- exports [` escape should escape url 19` ] = ` "image.png"` ;
39
+ exports [` escape should escape url 19` ] = ` "\\ " image other .png\\ " "` ;
40
40
41
- exports [` escape should escape url 20` ] = ` "image.png"` ;
41
+ exports [` escape should escape url 20` ] = ` "\\ " image other .png\\ " "` ;
42
42
43
43
exports [` escape should escape url 21` ] = ` "image.png"` ;
44
44
45
- exports [` escape should escape url 22` ] = ` "\\ " image other .png\\ " "` ;
45
+ exports [` escape should escape url 22` ] = ` "image.png"` ;
46
46
47
- exports [` escape should escape url 23` ] = ` "\\ " image other .png\\ " "` ;
47
+ exports [` escape should escape url 23` ] = ` "image.png"` ;
48
48
49
49
exports [` escape should escape url 24` ] = ` "\\ "image other.png\\ ""` ;
50
50
51
- exports [` escape should escape url 25` ] = ` "\\ "image\\\\\\ " other.png\\ ""` ;
51
+ exports [` escape should escape url 25` ] = ` "\\ "image other.png\\ ""` ;
52
52
53
- exports [` escape should escape url 26` ] = ` "\\ "image\\\\ nother .png\\ ""` ;
53
+ exports [` escape should escape url 26` ] = ` "\\ "image other .png\\ ""` ;
54
54
55
- exports [` escape should escape url 27` ] = ` "image.png#hash "` ;
55
+ exports [` escape should escape url 27` ] = ` "\\ " image\\\\\\ "other .png\\ " "` ;
56
56
57
- exports [` escape should escape url 28` ] = ` "image.png#hash "` ;
57
+ exports [` escape should escape url 28` ] = ` "\\ " image\\\\ nother .png\\ " "` ;
58
58
59
59
exports [` escape should escape url 29` ] = ` "image.png#hash"` ;
60
60
61
- exports [` escape should escape url 30` ] = ` "\\ " image other .png#hash\\ " "` ;
61
+ exports [` escape should escape url 30` ] = ` "image.png#hash"` ;
62
62
63
- exports [` escape should escape url 31` ] = ` "\\ " image other .png\\ " "` ;
63
+ exports [` escape should escape url 31` ] = ` "image.png#hash "` ;
64
64
65
- exports [` escape should escape url 32` ] = ` "\\ "image other.png\\ ""` ;
65
+ exports [` escape should escape url 32` ] = ` "\\ "image other.png#hash \\ ""` ;
66
66
67
67
exports [` escape should escape url 33` ] = ` "\\ "image other.png\\ ""` ;
68
68
69
- exports [` escape should escape url 34` ] = ` "\\ "image other.png#hash \\ ""` ;
69
+ exports [` escape should escape url 34` ] = ` "\\ "image other.png\\ ""` ;
70
70
71
- exports [` escape should escape url 35` ] = ` "\\ "image other.png#hash \\ ""` ;
71
+ exports [` escape should escape url 35` ] = ` "\\ "image other.png\\ ""` ;
72
72
73
73
exports [` escape should escape url 36` ] = ` "\\ "image other.png#hash\\ ""` ;
74
74
@@ -81,3 +81,7 @@ exports[`escape should escape url 39`] = `"\\"image other.png#hash\\""`;
81
81
exports [` escape should escape url 40` ] = ` "\\ "image other.png#hash\\ ""` ;
82
82
83
83
exports [` 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