aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorame <[email protected]>2024-09-30 02:06:47 -0500
committerame <[email protected]>2024-09-30 02:06:47 -0500
commit2a7f5c95a5406b6de215dbc24a733e29d609d20f (patch)
tree6409e4b3c43b17e9c73d2b29193450712fb63190 /tests
parente9cb2e0f75cbfa6bde188b9e043ebfd8d30b9451 (diff)
cookies, sendfile fixes, and local var tests
Diffstat (limited to 'tests')
-rw-r--r--tests/loc.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/loc.lua b/tests/loc.lua
new file mode 100644
index 0000000..d50b9de
--- /dev/null
+++ b/tests/loc.lua
@@ -0,0 +1,15 @@
+llby = require "lullaby"
+
+local nya = "mya"
+uwu = "bye"
+local _o = _G
+_G.ooo = "mya"
+print(_o.ooo)
+local owo = "hi"
+
+function a()
+ local meo = "a"
+ llby.test.stack_dump()
+end
+
+a()