Skip to content

Commit

Permalink
Merge pull request #605 from santhosh-tekuri/rjp-empty
Browse files Browse the repository at this point in the history
Add relative-json-pointer test with empty string
  • Loading branch information
Julian authored Nov 15, 2022
2 parents 9251ebf + cfe8000 commit 86c2517
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/draft-next/optional/format/relative-json-pointer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"description": "zero cannot be followed by other digits, plus octothorpe",
"data": "01#",
"valid": false
},
{
"description": "empty string",
"data": "",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions tests/draft2019-09/optional/format/relative-json-pointer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"description": "zero cannot be followed by other digits, plus octothorpe",
"data": "01#",
"valid": false
},
{
"description": "empty string",
"data": "",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions tests/draft2020-12/optional/format/relative-json-pointer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"description": "zero cannot be followed by other digits, plus octothorpe",
"data": "01#",
"valid": false
},
{
"description": "empty string",
"data": "",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions tests/draft7/optional/format/relative-json-pointer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
"description": "zero cannot be followed by other digits, plus octothorpe",
"data": "01#",
"valid": false
},
{
"description": "empty string",
"data": "",
"valid": false
}
]
}
Expand Down

0 comments on commit 86c2517

Please sign in to comment.