summaryrefslogtreecommitdiff
path: root/test/definition/arg.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-11-20 18:40:33 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-11-20 18:40:33 +0800
commit67f6a20b27c98788843883c3712c648e110d781f (patch)
tree209705e0bc3c2c44d5ffade78cc2c7041eeffdda /test/definition/arg.lua
parenta65a1ddb13854c2dfde4c04630a0a942abdafa32 (diff)
downloadlua-language-server-67f6a20b27c98788843883c3712c648e110d781f.zip
转移目录
Diffstat (limited to 'test/definition/arg.lua')
-rw-r--r--test/definition/arg.lua23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/definition/arg.lua b/test/definition/arg.lua
deleted file mode 100644
index 2004d666..00000000
--- a/test/definition/arg.lua
+++ /dev/null
@@ -1,23 +0,0 @@
-TEST [[
-local function xx (<!xx!>)
- <?xx?> = 1
-end
-]]
-
-TEST [[
-local function x (x, <!...!>)
- x = <?...?>
-end
-]]
-
-TEST [[
-function mt<!:!>x()
- <?self?> = 1
-end
-]]
-
-TEST [[
-function mt:x(<!self!>)
- <?self?> = 1
-end
-]]