Skip to content

Commit 6f05b2e

Browse files
committed
Squashed 'json/' changes from e2f566f6..6b673312
6b673312 Merge pull request #276 from malcolmsparks/patch-1 4b55dc38 Renamed JUXT's Clojure implementation to jinx b173eaa2 Merge pull request #275 from Zac-HD/tweaks 3768953e Valid test for contains: false 798351be Valid test for contains: false git-subtree-dir: json git-subtree-split: 6b6733126e5cd571fc6b7a1a5a8190a09d6cb7b9
1 parent 7bc5f9a commit 6f05b2e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ This suite is being used by:
6767

6868
### Clojure ###
6969

70+
* [jinx](https://github.com/juxt/jinx)
7071
* [json-schema](https://github.com/tatut/json-schema)
71-
* [JSON Schema for Clojure(Script) (JUXT)](https://github.com/juxt/json-schema)
7272

7373
### Coffeescript ###
7474

tests/draft6/contains.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
"description": "empty array is invalid",
9090
"data": [],
9191
"valid": false
92+
},
93+
{
94+
"description": "non-arrays are valid",
95+
"data": "contains does not apply to strings",
96+
"valid": true
9297
}
9398
]
9499
}

tests/draft7/contains.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
"description": "empty array is invalid",
9090
"data": [],
9191
"valid": false
92+
},
93+
{
94+
"description": "non-arrays are valid",
95+
"data": "contains does not apply to strings",
96+
"valid": true
9297
}
9398
]
9499
}

0 commit comments

Comments
 (0)