aboutsummaryrefslogtreecommitdiff
path: root/testes/literals.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/literals.lua')
-rw-r--r--testes/literals.lua4
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
4print('testing scanner') 4print('testing scanner')
5 5
6global <const> *
7
6local debug = require "debug" 8local debug = require "debug"
7 9
8 10