From 1cc24fda87c3e8df90a5ea2d526ce39adf4a7648 Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 30 Sep 2024 02:06:47 -0500 Subject: cookies, sendfile fixes, and local var tests --- tests/loc.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/loc.lua (limited to 'tests') 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() -- cgit v1.2.3