diff options
Diffstat (limited to 'testes/literals.lua')
-rw-r--r-- | testes/literals.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testes/literals.lua b/testes/literals.lua index 30ab9ab1..336ef585 100644 --- a/testes/literals.lua +++ b/testes/literals.lua | |||
@@ -1,8 +1,10 @@ | |||
1 | -- $Id: testes/literals.lua $ | 1 | -- $Id: testes/literals.lua $ |
2 | -- See Copyright Notice in file all.lua | 2 | -- See Copyright Notice in file lua.h |
3 | 3 | ||
4 | print('testing scanner') | 4 | print('testing scanner') |
5 | 5 | ||
6 | global <const> * | ||
7 | |||
6 | local debug = require "debug" | 8 | local debug = require "debug" |
7 | 9 | ||
8 | 10 | ||