Skip to content

Commit 03aa78d

Browse files
committed
chore: Updated LIST_RANGE test result
1 parent 1dba13a commit 03aa78d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/inkfiles/tests.ink

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ LIST DoctorsInSurgery = Adams, Bernard, Cartwright, Denver, Eamonn
638638
{not ():truthy list not|broken}
639639
{not (Eamonn):broken|falsy list not}
640640

641-
{LIST_RANGE(DoctorsInSurgery, Bernard, Denver)}
641+
{LIST_RANGE(LIST_ALL(DoctorsInSurgery), Bernard, Denver)}
642642

643643
LIST GuardsOnDuty = (Smith), (Jones), Carter, Braithwaite
644644
{GuardsOnDuty}

0 commit comments

Comments
 (0)