aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2020-01-09 09:36:03 +0100
committerEugene Sandulenko2020-01-09 17:11:31 +0100
commit956f5cd083e7787af5ff52fc18f2ab1b2291b5c9 (patch)
tree56419563fba148b0ed71bee51aba4d1eeea838b5
parent7bc46d9ffb25457d9904b62f15c6902f979cf3fa (diff)
downloadscummvm-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.lingo2
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