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

Commit dfa3859

Browse files
authored
Merge pull request #1602 from livecode/bugfix-msg_box_test
[[ Bug ]] Fix msg box test syntax error
2 parents b7364f7 + 5f65171 commit dfa3859

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)