Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9890ac5

Browse files
committed
[[ Bug ]] Use stack name rather than filename in explicitvars test
1 parent 56a7470 commit 9890ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/scriptstatus.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on TestExplicitVariables
2727
local tStackFiles
2828
put the stackFiles of stack "home" into tStackFiles
2929
split tStackFiles by comma and return
30-
repeat for each key tStackName in tStackFiles
30+
repeat for each element tStackName in tStackFiles
3131
if there is a stack tStackName then
3232
__RecursiveTest the long id of stack tStackName
3333
end if

0 commit comments

Comments
 (0)