Skip to content

Commit 47a5b01

Browse files
committed
Backport the new dependency test.
1 parent 7a25f8b commit 47a5b01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/draft3/dependencies.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
"data": {"foo": 1, "bar": 2},
9999
"valid": true
100100
},
101+
{
102+
"description": "no dependency",
103+
"data": {"foo": "quux"},
104+
"valid": true
105+
},
101106
{
102107
"description": "wrong type",
103108
"data": {"foo": "quux", "bar": 2},

0 commit comments

Comments
 (0)