Add missing test files

This commit is contained in:
Andreas Dangel 2022-09-24 17:29:00 +02:00
parent 746fcbf086
commit 4d630031c4
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,13 @@
-- inline comment ("long comment")
print(1 --[[, 2]])
-- line comment ("short comment")
print(1) -- comment
-- inline comment with multiple lines ("long comment")
print(1 --[[comment line 1
comment line 2]])
-- line comment without any content
print(1) --

View File

@ -0,0 +1,23 @@
[Image] or [Truncated image[ Bcol Ecol
L3
[print] 1 5
[(] 6 6
[1] 7 7
[)] 18 18
L6
[print] 1 5
[(] 6 6
[1] 7 7
[)] 8 8
L9
[print] 1 5
[(] 6 6
[1] 7 7
L10
[)] 17 17
L13
[print] 1 5
[(] 6 6
[1] 7 7
[)] 8 8
EOF