Skip to content

collapse all other-data-type format tests together #497

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
300 changes: 150 additions & 150 deletions tests/draft-future/format.json

Large diffs are not rendered by default.

300 changes: 150 additions & 150 deletions tests/draft2019-09/format.json

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions tests/draft2019-09/optional/format/duration.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,26 +87,6 @@
"description": "weeks cannot be combined with other units",
"data": "P1Y2W",
"valid": false
},
{
"description": "null value should be ignored",
"data": null,
"valid": true
},
{
"description": "number value should be ignored",
"data": 1,
"valid": true
},
{
"description": "list value should be ignored",
"data": [],
"valid": true
},
{
"description": "object value should be ignored",
"data": {},
"valid": true
}
]
}
Expand Down
20 changes: 0 additions & 20 deletions tests/draft2019-09/optional/format/uuid.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,6 @@
"description": "hypothetical version 15",
"data": "99c17cbb-656f-f64a-940f-1a4568f03487",
"valid": true
},
{
"description": "null value should be ignored",
"data": null,
"valid": true
},
{
"description": "number value should be ignored",
"data": 1,
"valid": true
},
{
"description": "list value should be ignored",
"data": [],
"valid": true
},
{
"description": "object value should be ignored",
"data": {},
"valid": true
}
]
}
Expand Down
Loading