diff options
author | Eugene Sandulenko | 2019-12-03 09:44:52 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-12-03 18:34:22 +0100 |
commit | 9606b754823a7ef2ba1d55aca135f1b673c190d2 (patch) | |
tree | 07084a8965ceffb9c92f7d137ce4c8b1c4e34832 | |
parent | 412d504f4ea843c057ef34a46fbc1f867d594250 (diff) | |
download | scummvm-rg350-9606b754823a7ef2ba1d55aca135f1b673c190d2.tar.gz scummvm-rg350-9606b754823a7ef2ba1d55aca135f1b673c190d2.tar.bz2 scummvm-rg350-9606b754823a7ef2ba1d55aca135f1b673c190d2.zip |
DIRECTOR: LINGO: Added test for C2 continuation symbol
-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 |