File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ $accepter->acceptance(
53
53
@ARGV ? (tests => { file => \@ARGV }) : (),
54
54
$ENV {NO_TODO } ? () : ( todo_tests => [
55
55
{ file => [
56
- ' anchor.json' , # $anchor, $ref, $id
56
+ ' anchor.json' , # local $anchor, $ref, $id
57
57
' defs.json' , # $ref to (cached?) metaschema
58
58
' refRemote.json' , # $ref, $id, loading external file
59
59
' unevaluatedItems.json' ,
@@ -83,8 +83,8 @@ $accepter->acceptance(
83
83
) ,
84
84
] },
85
85
{ file => ' ref.json' , group_description => [
86
- ' remote ref, containing refs itself' ,
87
- ' Recursive references between schemas' ,
86
+ ' remote ref, containing refs itself' , # cached metaschema
87
+ ' Recursive references between schemas' , # $id in local schemas
88
88
' ref creates new scope when adjacent to keywords' , # unevaluatedProperties
89
89
] },
90
90
] ),
You can’t perform that action at this time.
0 commit comments