summaryrefslogtreecommitdiff
path: root/tests/examplefiles/teraterm.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/teraterm.ttl')
-rw-r--r--tests/examplefiles/teraterm.ttl34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/examplefiles/teraterm.ttl b/tests/examplefiles/teraterm.ttl
deleted file mode 100644
index f6a3648a..00000000
--- a/tests/examplefiles/teraterm.ttl
+++ /dev/null
@@ -1,34 +0,0 @@
-messagebox "text \\not escaped \nescaped n" "other\n\rthing"
-messagebox "goto label /* a string */ ; same string"
-a=10
-b= 'abc'#$41'def'
-c =#65 /* multiline comment * / * / *//*
-comment */ d = 10 ; inline comment /* still inline */
-e = d + 20 - (($a * 2) / 4) << 3 % (2 >> 1) + result
-
-
-:thing
-
-strcompare c "thing"
-if result = 1 then
- goto label_
-elseif result > -1 then
- goto 10
-elseif d > (1+2*3)/7 then
- messagebox "thing"
-else
- messagebox "done"
-endif
-
-if abc messagebox "thing1" "title"
-
-
-; Invalid syntax
-bad = "no closing double quote
-bad = 'no closing single quote
-garbage
-...
-...
-...
-
-endgarbage