Skip to content

Commit 6c9a1b4

Browse files
collapse all other-data-type format tests together
1 parent e7f8b3e commit 6c9a1b4

File tree

11 files changed

+260
-3322
lines changed

11 files changed

+260
-3322
lines changed

tests/draft-future/format.json

+30-656
Large diffs are not rendered by default.

tests/draft2019-09/format.json

+30-656
Large diffs are not rendered by default.

tests/draft2019-09/optional/format/duration.json

-20
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,6 @@
8787
"description": "weeks cannot be combined with other units",
8888
"data": "P1Y2W",
8989
"valid": false
90-
},
91-
{
92-
"description": "null value should be ignored",
93-
"data": null,
94-
"valid": true
95-
},
96-
{
97-
"description": "number value should be ignored",
98-
"data": 1,
99-
"valid": true
100-
},
101-
{
102-
"description": "list value should be ignored",
103-
"data": [],
104-
"valid": true
105-
},
106-
{
107-
"description": "object value should be ignored",
108-
"data": {},
109-
"valid": true
11090
}
11191
]
11292
}

tests/draft2019-09/optional/format/uuid.json

-20
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,6 @@
6464
"description": "hypothetical version 15",
6565
"data": "99c17cbb-656f-f64a-940f-1a4568f03487",
6666
"valid": true
67-
},
68-
{
69-
"description": "null value should be ignored",
70-
"data": null,
71-
"valid": true
72-
},
73-
{
74-
"description": "number value should be ignored",
75-
"data": 1,
76-
"valid": true
77-
},
78-
{
79-
"description": "list value should be ignored",
80-
"data": [],
81-
"valid": true
82-
},
83-
{
84-
"description": "object value should be ignored",
85-
"data": {},
86-
"valid": true
8767
}
8868
]
8969
}

0 commit comments

Comments
 (0)