summaryrefslogtreecommitdiff
path: root/test/full
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-07-20 16:45:44 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-07-20 16:45:49 +0800
commitd9687d8f1b6a55bdd97a65ba81d9ca2b6cb2357f (patch)
tree3be6554d16adef74e8c1d42d08c487d214d1928a /test/full
parent24b8ab8a1da3b8ae6f6c561ec58e9bd5fcff2c2b (diff)
downloadlua-language-server-d9687d8f1b6a55bdd97a65ba81d9ca2b6cb2357f.zip
improve completion label of table fields
Diffstat (limited to 'test/full')
-rw-r--r--test/full/init.lua2
-rw-r--r--test/full/self.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/full/init.lua b/test/full/init.lua
index ac78f134..a6496a99 100644
--- a/test/full/init.lua
+++ b/test/full/init.lua
@@ -37,7 +37,7 @@ end) do
end
end
-util.revertTable(times)
+util.revertArray(times)
for _, time in ipairs(times) do
print(time)
end
diff --git a/test/full/self.lua b/test/full/self.lua
index 09d2d154..34b19b2b 100644
--- a/test/full/self.lua
+++ b/test/full/self.lua
@@ -86,7 +86,7 @@ end) do
end
end
-util.revertTable(printTexts)
+util.revertArray(printTexts)
for _, text in ipairs(printTexts) do
print(text)