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

Commit 5f65171

Browse files
committed
[[ Bug ]] Fix msg box test syntax error
(cherry picked from commit 2d3f95e)
1 parent ded7c11 commit 5f65171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/messagebox/execution.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ end TestIntelligenceObjectMultipleCommand
176176

177177
on TestDefaultStackCardScript
178178
local tScript
179-
put "on preOpenCard; set the cValue of this stack of me to" && quote & "value" & quote && "; end preOpenCard" into tScript
179+
put "on preOpenCard; set the cValue of this stack to" && quote & "value" & quote && "; end preOpenCard" into tScript
180180

181181
local tStack
182182
create stack

0 commit comments

Comments
 (0)