| # test script | |
| show 001.jpg #show the first screen | |
| tell look at the highlighted areas and see if they are translated correctly | |
| pause press continue if they are OK, otherwise fail the test | |
| show 002.jpg # show the next screen | |
| pause how does this look? # a comment | |
| show 003.jpg #another one again | |
| pause + | |
| testing the ability to cope with continuations + | |
| are we OK with this? | |
| # some blank lines are above -- they should be ignored | |
| pause how + | |
| about + | |
| this? | |
| tell Comment check ... # this is a comment, not a continuation + | |
| pause ... this line should not be combined with the last | |
| tell Comment check 2 + # this is a comment | |
| ... you should see this right after the 2 | |