mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
24 lines
No EOL
851 B
Text
Executable file
24 lines
No EOL
851 B
Text
Executable file
# 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
|
|
|