Skip to content

Commit f056cb7

Browse files
committed
fix: incorrect relative-json-pointer test, closes #208
1 parent 814eb16 commit f056cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/draft7/optional/format/relative-json-pointer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"description": "a valid downwards RJP",
13-
"data": "foo/bar",
13+
"data": "0/foo/bar",
1414
"valid": true
1515
},
1616
{

0 commit comments

Comments
 (0)