-
-
Notifications
You must be signed in to change notification settings - Fork 608
/
Copy pathgetUrl.test.js.snap
47 lines (24 loc) · 1.49 KB
/
getUrl.test.js.snap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`escape should escape url 1`] = `true`;
exports[`escape should escape url 2`] = `"image.png"`;
exports[`escape should escape url 3`] = `"image.png"`;
exports[`escape should escape url 4`] = `"image.png"`;
exports[`escape should escape url 5`] = `"\\"image other.png\\""`;
exports[`escape should escape url 6`] = `"\\"image other.png\\""`;
exports[`escape should escape url 7`] = `"\\"image other.png\\""`;
exports[`escape should escape url 8`] = `"\\"image\\\\\\"other.png\\""`;
exports[`escape should escape url 9`] = `"\\"image\\\\nother.png\\""`;
exports[`escape should escape url 10`] = `"\\"image.png\\""`;
exports[`escape should escape url 11`] = `"\\"image other.png\\""`;
exports[`escape should escape url 12`] = `"\\"image other.png\\""`;
exports[`escape should escape url 13`] = `"image.png"`;
exports[`escape should escape url 14`] = `"image.png"`;
exports[`escape should escape url 15`] = `"image.png"`;
exports[`escape should escape url 16`] = `"\\"image other.png\\""`;
exports[`escape should escape url 17`] = `"\\"image other.png\\""`;
exports[`escape should escape url 18`] = `"\\"image other.png\\""`;
exports[`escape should escape url 19`] = `"\\"image\\\\\\"other.png\\""`;
exports[`escape should escape url 20`] = `"\\"image\\\\nother.png\\""`;
exports[`escape should escape url 21`] = `"\\"image.png\\""`;
exports[`escape should escape url 22`] = `"\\"image.png\\""`;
exports[`escape should escape url 23`] = `"\\"image.png\\""`;