Style patches
This commit is contained in:
parent
c9279ab0e7
commit
b9ba05be81
23 changed files with 90 additions and 90 deletions
|
|
@ -8,7 +8,7 @@ if not env then env = getfenv () end -- Lua 5.1
|
|||
setmetatable(env, {__index=function (t,i) error("undefined global variable `"..i.."'",2) end})
|
||||
|
||||
lb = te.lBaz()
|
||||
assert( lb:foo() == "lBaz::foo" )
|
||||
assert(lb:foo() == "lBaz::foo")
|
||||
|
||||
db = te.dBaz()
|
||||
assert( db:foo() == "dBaz::foo" )
|
||||
assert(db:foo() == "dBaz::foo")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue