summaryrefslogtreecommitdiff
path: root/test-beta/definition/function.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test-beta/definition/function.lua')
-rw-r--r--test-beta/definition/function.lua24
1 files changed, 0 insertions, 24 deletions
diff --git a/test-beta/definition/function.lua b/test-beta/definition/function.lua
deleted file mode 100644
index ce20f50b..00000000
--- a/test-beta/definition/function.lua
+++ /dev/null
@@ -1,24 +0,0 @@
-
-TEST [[
-function <!x!> () end
-<?x?>()
-]]
-
-TEST [[
-local function <!x!> () end
-<?x?>()
-]]
-
-TEST [[
-local x
-local function <!x!> ()
- <?x?>()
-end
-]]
-
-TEST [[
-local <!x!>
-function <!x!>()
-end
-<?x?>()
-]]