diff options
author | Eugene Sandulenko | 2019-12-30 23:12:12 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-12-30 23:12:12 +0100 |
commit | 46fa20619e2d004ce63422ca97e01678903f5948 (patch) | |
tree | 20e8157dacee0f1712b0a3e5677b0b32004d261d /engines/director | |
parent | 825122f49411d1edfddd856ac45d14c485090f47 (diff) | |
download | scummvm-rg350-46fa20619e2d004ce63422ca97e01678903f5948.tar.gz scummvm-rg350-46fa20619e2d004ce63422ca97e01678903f5948.tar.bz2 scummvm-rg350-46fa20619e2d004ce63422ca97e01678903f5948.zip |
DIRECTOR: LINGO: Added test for empty arglist
Diffstat (limited to 'engines/director')
-rw-r--r-- | engines/director/lingo/tests/builtin.lingo | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/engines/director/lingo/tests/builtin.lingo b/engines/director/lingo/tests/builtin.lingo index d3da6d0e61..ee933ddbd0 100644 --- a/engines/director/lingo/tests/builtin.lingo +++ b/engines/director/lingo/tests/builtin.lingo @@ -24,9 +24,12 @@ puppetTransition 1 puppetTransition 2,4,20 -- These are D4+ +move cast 1, cast 3 +move cast 3 +put findEmpty(cast 10) +pasteClipBoardInto cast 2 +put the width of cast 3 --- move cast 1, cast 3 --- move cast 3 --- put findEmpty(cast 10) --- pasteClipBoardInto cast 2 --- put the width of cast 3 +unload +unload ab +unload ab, bc |