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
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`escape should escape url 1`] = `true`;
exports[`escape should escape url 2`] = `null`;
exports[`escape should escape url 3`] = `undefined`;
exports[`escape should escape url 4`] = `"image.png"`;
exports[`escape should escape url 5`] = `"image.png"`;
exports[`escape should escape url 6`] = `"image.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 other.png\\""`;
exports[`escape should escape url 10`] = `"\\"image\\\\\\"other.png\\""`;
exports[`escape should escape url 11`] = `"\\"image\\\\nother.png\\""`;
exports[`escape should escape url 12`] = `"image.png#hash"`;
exports[`escape should escape url 13`] = `"image.png#hash"`;
exports[`escape should escape url 14`] = `"image.png#hash"`;
exports[`escape should escape url 15`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 16`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 17`] = `"\\"image other.png#hash\\""`;
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 other.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"`;
exports[`escape should escape url 24`] = `"\\"image other.png\\""`;
exports[`escape should escape url 25`] = `"\\"image other.png\\""`;
exports[`escape should escape url 26`] = `"\\"image other.png\\""`;
exports[`escape should escape url 27`] = `"\\"image\\\\\\"other.png\\""`;
exports[`escape should escape url 28`] = `"\\"image\\\\nother.png\\""`;
exports[`escape should escape url 29`] = `"image.png#hash"`;
exports[`escape should escape url 30`] = `"image.png#hash"`;
exports[`escape should escape url 31`] = `"image.png#hash"`;
exports[`escape should escape url 32`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 33`] = `"\\"image other.png\\""`;
exports[`escape should escape url 34`] = `"\\"image other.png\\""`;
exports[`escape should escape url 35`] = `"\\"image other.png\\""`;
exports[`escape should escape url 36`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 37`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 38`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 39`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 40`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 41`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 42`] = `"\\"image other.png#hash\\""`;
exports[`escape should escape url 43`] = `"\\"image other.png#hash\\""`;
|