We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5262ead commit 20b5586Copy full SHA for 20b5586
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jsonscript-test-suite",
3
- "version": "0.4.2",
+ "version": "0.4.3",
4
"description": "Tests for JSONScript interpreters",
5
"main": "lib/index.js",
6
"scripts": {
tests/$ref.json
@@ -231,7 +231,6 @@
231
"result": [ 1, 1 ]
232
},
233
234
- "skip": true,
235
"description": "relative reference to the next item in array is error",
236
"script": [ { "$ref": "1/1" }, 1 ],
237
"error": true
0 commit comments