Skip to content

Commit bc1763e

Browse files
Fix description formatting in false-handling tests
1 parent bd13fcf commit bc1763e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/draft2019-09/if-then-else.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,12 @@
317317
},
318318
"tests":[
319319
{
320-
"description": "matches if → then executes and else does not execute →invalid",
320+
"description": "matches if → then executes and else does not execute → invalid",
321321
"data": 4,
322322
"valid": false
323323
},
324324
{
325-
"description": "does not match if → else executes →invalid",
325+
"description": "does not match if → else executes → invalid",
326326
"data": "foo",
327327
"valid": false
328328
}

0 commit comments

Comments
 (0)