mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/rainbow/tests/test.lua

13 lines
230 B
Lua

(function(args)
lst = { a=function(arg) print("hello") end,
b=(1+2)*3/4,
[3+5]={ ["hello"]=("hi") },
}
lst[
(function() return 0 end)()] = 1
end)("blah")
[[
Special lua string...
]]