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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`getUrl should work 1`] = `"true"`;
exports[`getUrl should work 2`] = `null`;
exports[`getUrl should work 3`] = `undefined`;
exports[`getUrl should work 4`] = `"image.png"`;
exports[`getUrl should work 5`] = `"image image.png"`;
exports[`getUrl should work 6`] = `
"image
image.png"
`;
exports[`getUrl should work 7`] = `"imageimage.png"`;
exports[`getUrl should work 8`] = `
"image
image.png"
`;
exports[`getUrl should work 9`] = `"image image.png"`;
exports[`getUrl should work 10`] = `"image"image.png"`;
exports[`getUrl should work 11`] = `"image'image.png"`;
exports[`getUrl should work 12`] = `"image=image.png"`;
exports[`getUrl should work 13`] = `"image>image.png"`;
exports[`getUrl should work 14`] = `"image<image.png"`;
exports[`getUrl should work 15`] = `"image\`image.png"`;
exports[`getUrl should work 16`] = `"image.png"`;
exports[`getUrl should work 17`] = `""image image.png""`;
exports[`getUrl should work 18`] = `
""image
image.png""
`;
exports[`getUrl should work 19`] = `""imageimage.png""`;
exports[`getUrl should work 20`] = `
""image
image.png""
`;
exports[`getUrl should work 21`] = `""image image.png""`;
exports[`getUrl should work 22`] = `""image"image.png""`;
exports[`getUrl should work 23`] = `""image'image.png""`;
exports[`getUrl should work 24`] = `""image=image.png""`;
exports[`getUrl should work 25`] = `""image>image.png""`;
exports[`getUrl should work 26`] = `""image<image.png""`;
exports[`getUrl should work 27`] = `""image\`image.png""`;
exports[`getUrl should work 28`] = `"image.png#hash"`;
exports[`getUrl should work 29`] = `""image image.png#hash""`;
exports[`getUrl should work 30`] = `
""image
image.png#hash""
`;
exports[`getUrl should work 31`] = `""imageimage.png#hash""`;
exports[`getUrl should work 32`] = `
""image
image.png#hash""
`;
exports[`getUrl should work 33`] = `""image image.png#hash""`;
exports[`getUrl should work 34`] = `""image"image.png#hash""`;
exports[`getUrl should work 35`] = `""image'image.png#hash""`;
exports[`getUrl should work 36`] = `""image=image.png#hash""`;
exports[`getUrl should work 37`] = `""image>image.png#hash""`;
exports[`getUrl should work 38`] = `""image<image.png#hash""`;
exports[`getUrl should work 39`] = `""image\`image.png#hash""`;
exports[`getUrl should work 40`] = `"image.png#hash"`;
exports[`getUrl should work 41`] = `"image image.png#hash"`;
exports[`getUrl should work 42`] = `
"image
image.png#hash"
`;
exports[`getUrl should work 43`] = `"imageimage.png#hash"`;
exports[`getUrl should work 44`] = `
"image
image.png#hash"
`;
exports[`getUrl should work 45`] = `"image image.png#hash"`;
exports[`getUrl should work 46`] = `"image"image.png#hash"`;
exports[`getUrl should work 47`] = `"image'image.png#hash"`;
exports[`getUrl should work 48`] = `"image=image.png#hash"`;
exports[`getUrl should work 49`] = `"image>image.png#hash"`;
exports[`getUrl should work 50`] = `"image<image.png#hash"`;
exports[`getUrl should work 51`] = `"image\`image.png#hash"`;
exports[`getUrl should work 52`] = `"image.png"`;
|