summaryrefslogtreecommitdiff
path: root/test/definition/bug.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-11-19 17:13:33 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-11-19 17:13:33 +0800
commite8bcd1e80e9bed525f5515df0ce89516de37c51a (patch)
tree291fb9af5c0e36161944dfbcd13d4cc5621791a9 /test/definition/bug.lua
parent2687363810809f350038acfab2f52f27a3dc51a2 (diff)
downloadlua-language-server-e8bcd1e80e9bed525f5515df0ce89516de37c51a.zip
修正bug
Diffstat (limited to 'test/definition/bug.lua')
-rw-r--r--test/definition/bug.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/definition/bug.lua b/test/definition/bug.lua
new file mode 100644
index 00000000..48d56b2a
--- /dev/null
+++ b/test/definition/bug.lua
@@ -0,0 +1,8 @@
+TEST [[
+local <!x!>
+function _(x)
+end
+function _()
+ <?x?>
+end
+]]