aboutsummaryrefslogtreecommitdiff
path: root/testes/api.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/api.lua')
-rw-r--r--testes/api.lua12
1 files changed, 5 insertions, 7 deletions
diff --git a/testes/api.lua b/testes/api.lua
index d034ea80..08672e8a 100644
--- a/testes/api.lua
+++ b/testes/api.lua
@@ -114,13 +114,11 @@ end
114 114
115-- testing warnings 115-- testing warnings
116T.testC([[ 116T.testC([[
117 warning "#This shold be a" 117 warningC "#This shold be a"
118 warning " single " 118 warningC " single "
119 warning "warning 119 warning "warning"
120" 120 warningC "#This should be "
121 warning "#This should be " 121 warning "another one"
122 warning "another one
123"
124]]) 122]])
125 123
126 124