Skip to content

Commit 792f79e

Browse files
update notes on TODO tests
1 parent 226cc21 commit 792f79e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/99-acceptance.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $accepter->acceptance(
5353
@ARGV ? (tests => { file => \@ARGV }) : (),
5454
$ENV{NO_TODO} ? () : ( todo_tests => [
5555
{ file => [
56-
'anchor.json', # $anchor, $ref, $id
56+
'anchor.json', # local $anchor, $ref, $id
5757
'defs.json', # $ref to (cached?) metaschema
5858
'refRemote.json', # $ref, $id, loading external file
5959
'unevaluatedItems.json',
@@ -83,8 +83,8 @@ $accepter->acceptance(
8383
),
8484
] },
8585
{ 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
8888
'ref creates new scope when adjacent to keywords', # unevaluatedProperties
8989
] },
9090
] ),

0 commit comments

Comments
 (0)