|
11 | 11 | "valid": true
|
12 | 12 | },
|
13 | 13 | {
|
14 |
| - "description": "an invalid JSON document", |
| 14 | + "description": "an invalid JSON document; validates true", |
15 | 15 | "data": "{:}",
|
16 |
| - "valid": false |
| 16 | + "valid": true |
17 | 17 | },
|
18 | 18 | {
|
19 | 19 | "description": "ignores non-strings",
|
|
34 | 34 | "valid": true
|
35 | 35 | },
|
36 | 36 | {
|
37 |
| - "description": "an invalid base64 string (% is not a valid character)", |
| 37 | + "description": "an invalid base64 string (% is not a valid character); validates true", |
38 | 38 | "data": "eyJmb28iOi%iYmFyIn0K",
|
39 |
| - "valid": false |
| 39 | + "valid": true |
40 | 40 | },
|
41 | 41 | {
|
42 | 42 | "description": "ignores non-strings",
|
|
58 | 58 | "valid": true
|
59 | 59 | },
|
60 | 60 | {
|
61 |
| - "description": "a validly-encoded invalid JSON document", |
| 61 | + "description": "a validly-encoded invalid JSON document; validates true", |
62 | 62 | "data": "ezp9Cg==",
|
63 |
| - "valid": false |
| 63 | + "valid": true |
64 | 64 | },
|
65 | 65 | {
|
66 |
| - "description": "an invalid base64 string that is valid JSON", |
| 66 | + "description": "an invalid base64 string that is valid JSON; validates true", |
67 | 67 | "data": "{}",
|
68 |
| - "valid": false |
| 68 | + "valid": true |
69 | 69 | },
|
70 | 70 | {
|
71 | 71 | "description": "ignores non-strings",
|
|
93 | 93 | "valid": true
|
94 | 94 | },
|
95 | 95 | {
|
96 |
| - "description": "an invalid base64-encoded JSON document", |
| 96 | + "description": "an invalid base64-encoded JSON document; validates true", |
97 | 97 | "data": "eyJib28iOiAyMH0=",
|
98 |
| - "valid": false |
| 98 | + "valid": true |
99 | 99 | },
|
100 | 100 | {
|
101 |
| - "description": "an empty object as a base64-encoded JSON document", |
| 101 | + "description": "an empty object as a base64-encoded JSON document; validates true", |
102 | 102 | "data": "e30=",
|
103 |
| - "valid": false |
| 103 | + "valid": true |
104 | 104 | },
|
105 | 105 | {
|
106 | 106 | "description": "an empty array as a base64-encoded JSON document",
|
107 | 107 | "data": "W10=",
|
108 | 108 | "valid": true
|
109 | 109 | },
|
110 | 110 | {
|
111 |
| - "description": "a validly-encoded invalid JSON document", |
| 111 | + "description": "a validly-encoded invalid JSON document; validates true", |
112 | 112 | "data": "ezp9Cg==",
|
113 |
| - "valid": false |
| 113 | + "valid": true |
114 | 114 | },
|
115 | 115 | {
|
116 |
| - "description": "an invalid base64 string that is valid JSON", |
| 116 | + "description": "an invalid base64 string that is valid JSON; validates true", |
117 | 117 | "data": "{}",
|
118 |
| - "valid": false |
| 118 | + "valid": true |
119 | 119 | },
|
120 | 120 | {
|
121 | 121 | "description": "ignores non-strings",
|
|
0 commit comments