summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-02-23 17:26:34 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-02-23 17:26:34 +0800
commitc1ccd90beef8b0a79a8e9c47547dda3dd865e14d (patch)
tree1e7da3227927a8c4f03d0f733d13a9c0ca9f88f5 /test
parent7e389b1f939365282a18e2db0ffec12fa9cb3f07 (diff)
downloadlua-language-server-c1ccd90beef8b0a79a8e9c47547dda3dd865e14d.zip
update
Diffstat (limited to 'test')
-rw-r--r--test/definition/table.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/definition/table.lua b/test/definition/table.lua
index 9486ae93..66e71b0c 100644
--- a/test/definition/table.lua
+++ b/test/definition/table.lua
@@ -170,8 +170,8 @@ local t = f()
t.<?x?>
]]
-TEST [[
-local t = { <!a!> }
-
-print(t[<?1?>])
-]]
+--TEST [[
+--local t = { <!a!> }
+--
+--print(t[<?1?>])
+--]]