diff options
author | Eugene Sandulenko | 2016-07-11 22:46:09 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-03 23:40:36 +0200 |
commit | e15915b6a30d56a77c99eb9b3871cc75b4034b9c (patch) | |
tree | 1c951a5755229f44a29db5e220b18b66b8206e03 /engines/director/lingo/tests | |
parent | 8136267ada2c346510baa1258cd12dd436974365 (diff) | |
download | scummvm-rg350-e15915b6a30d56a77c99eb9b3871cc75b4034b9c.tar.gz scummvm-rg350-e15915b6a30d56a77c99eb9b3871cc75b4034b9c.tar.bz2 scummvm-rg350-e15915b6a30d56a77c99eb9b3871cc75b4034b9c.zip |
DIRECTOR: Lingo: Process simple 'the' entities
Diffstat (limited to 'engines/director/lingo/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 new file mode 100644 index 0000000000..fbfbebd6e4 --- /dev/null +++ b/engines/director/lingo/tests/the.lingo @@ -0,0 +1,3 @@ +put 1.0 / 3 +set the floatPrecision to 6 +put 1.0 / 3 |