Style patches
This commit is contained in:
parent
c9279ab0e7
commit
b9ba05be81
23 changed files with 90 additions and 90 deletions
|
|
@ -9,8 +9,8 @@ setmetatable(env, {__index=function (t,i) error("undefined global variable `"..i
|
|||
|
||||
foo1 = sps.Foo()
|
||||
foo1.x = 5
|
||||
assert( foo1.x == 5 )
|
||||
assert( foo1:getx() == 5 )
|
||||
assert(foo1.x == 5)
|
||||
assert(foo1:getx() == 5)
|
||||
|
||||
bar1 = sps.Bar(foo1)
|
||||
bar1.x = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue