diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-19 18:28:07 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-19 18:28:07 +0800 |
commit | 9e828e936a697f8f85a3de4a4227f2e1eb548e81 (patch) | |
tree | 55eccf9e253b4728c5c4fb55c5ee5cf8623e5557 /server/test/full | |
parent | 7c4840555590078785a118065abf11b9832e95e7 (diff) | |
download | lua-language-server-9e828e936a697f8f85a3de4a4227f2e1eb548e81.zip |
fix #22
Diffstat (limited to 'server/test/full')
-rw-r--r-- | server/test/full/normal.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/test/full/normal.lua b/server/test/full/normal.lua index 02b1f4f0..c6897067 100644 --- a/server/test/full/normal.lua +++ b/server/test/full/normal.lua @@ -126,3 +126,7 @@ TEST [[ return function () end ]] + +TEST [[ +t[...] = 1 +]] |