diff options
author | Eugene Sandulenko | 2019-12-02 21:29:39 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-12-02 21:29:39 +0100 |
commit | 6706410a53e7fa64e789e5f9772de7c99d5afb89 (patch) | |
tree | d53a2c8f6de079d812586339031b8ef17abf4ca7 | |
parent | 5001cb8a1a02fb7f0e1555a7597d7e2278f315f0 (diff) | |
download | scummvm-rg350-6706410a53e7fa64e789e5f9772de7c99d5afb89.tar.gz scummvm-rg350-6706410a53e7fa64e789e5f9772de7c99d5afb89.tar.bz2 scummvm-rg350-6706410a53e7fa64e789e5f9772de7c99d5afb89.zip |
DIRECTOR: LINGO: Added test for inline equality tests
-rw-r--r-- | engines/director/lingo/tests/the.lingo | 3 |
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) |