diff options
Diffstat (limited to 'engines/director/lingo/tests')
-rw-r--r-- | engines/director/lingo/tests/c2.lingo | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/director/lingo/tests/c2.lingo b/engines/director/lingo/tests/c2.lingo new file mode 100644 index 0000000000..4922030dfa --- /dev/null +++ b/engines/director/lingo/tests/c2.lingo @@ -0,0 +1,13 @@ +-- This file is binary. Watch for 0xC2 symbol at the line ends + + if the text of cast A16 <> the text of cast A17 then  + set the text of cast A16 = the text of cast A17 + +if the text of cast A16 <> the text of cast A17 then  +set the text of cast A16 = the text of cast A17 + +set the selStart to  + 0 + +set the selStart to  +0 |