diff options
author | Eugene Sandulenko | 2020-01-09 09:36:03 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2020-01-09 17:11:31 +0100 |
commit | 956f5cd083e7787af5ff52fc18f2ab1b2291b5c9 (patch) | |
tree | 56419563fba148b0ed71bee51aba4d1eeea838b5 | |
parent | 7bc46d9ffb25457d9904b62f15c6902f979cf3fa (diff) | |
download | scummvm-rg350-956f5cd083e7787af5ff52fc18f2ab1b2291b5c9.tar.gz scummvm-rg350-956f5cd083e7787af5ff52fc18f2ab1b2291b5c9.tar.bz2 scummvm-rg350-956f5cd083e7787af5ff52fc18f2ab1b2291b5c9.zip |
DIRECTOR: LINGO: Added test for 'put the number of <x> of'
-rw-r--r-- | engines/director/lingo/tests/the.lingo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/the.lingo b/engines/director/lingo/tests/the.lingo index 088502e2a1..bdb56b5f46 100644 --- a/engines/director/lingo/tests/the.lingo +++ b/engines/director/lingo/tests/the.lingo @@ -26,3 +26,5 @@ set the windowtype of BlastWindow to 5 set the bottom of x to originV + (the number of lines in someText) * 16 set the bottom of x to originV + (the number of words in someText) * 16 + +put the number of words of field 1 into field 5 |