diff options
author | Eugene Sandulenko | 2019-12-23 22:43:15 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-12-24 00:19:26 +0100 |
commit | a203a5b0d5a6245803d6dbe700d041b5ed25e6b3 (patch) | |
tree | 68a0c60c9ace5fea52f90c0e2d2ee0d84a6261b4 /engines | |
parent | 53f82149ae482a28f3d00acd65ba132e9a073b24 (diff) | |
download | scummvm-rg350-a203a5b0d5a6245803d6dbe700d041b5ed25e6b3.tar.gz scummvm-rg350-a203a5b0d5a6245803d6dbe700d041b5ed25e6b3.tar.bz2 scummvm-rg350-a203a5b0d5a6245803d6dbe700d041b5ed25e6b3.zip |
DIRECTOR: LINGO: Added test for 'return' constant
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/lingo/tests/strings.lingo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/strings.lingo b/engines/director/lingo/tests/strings.lingo index 568eb74640..052447351a 100644 --- a/engines/director/lingo/tests/strings.lingo +++ b/engines/director/lingo/tests/strings.lingo @@ -11,3 +11,5 @@ if z1 contains "MeÍW" then else put "Doesn't contain" end if + +put "That is the last line of the file." & return & "Click Done to exit." && return && "foo" |