aboutsummaryrefslogtreecommitdiff
path: root/engines/director
diff options
context:
space:
mode:
authorEugene Sandulenko2019-12-02 21:29:39 +0100
committerEugene Sandulenko2019-12-02 21:29:39 +0100
commit6706410a53e7fa64e789e5f9772de7c99d5afb89 (patch)
treed53a2c8f6de079d812586339031b8ef17abf4ca7 /engines/director
parent5001cb8a1a02fb7f0e1555a7597d7e2278f315f0 (diff)
downloadscummvm-rg350-6706410a53e7fa64e789e5f9772de7c99d5afb89.tar.gz
scummvm-rg350-6706410a53e7fa64e789e5f9772de7c99d5afb89.tar.bz2
scummvm-rg350-6706410a53e7fa64e789e5f9772de7c99d5afb89.zip
DIRECTOR: LINGO: Added test for inline equality tests
Diffstat (limited to 'engines/director')
-rw-r--r--engines/director/lingo/tests/the.lingo3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/the.lingo b/engines/director/lingo/tests/the.lingo
index 28388d981b..8110c9d0ae 100644
--- a/engines/director/lingo/tests/the.lingo
+++ b/engines/director/lingo/tests/the.lingo
@@ -10,4 +10,7 @@ put the long date
put the abbreviated time
put the short time
+set a = 5
+
set gravityConst = the value of ( the text of cast A14)
+set the hilite of cast A32 to (a = 3)