diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-11-19 17:59:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-11-19 17:59:32 +0800 |
commit | 2566c29c3714cd3db626ebd8b51604b764be9180 (patch) | |
tree | dd7d91aae4bcf1bfb6195d9076178d2763cc2e87 /test/definition/bug.lua | |
parent | 3fd972facc6dfb859d71899309723243b7b93880 (diff) | |
download | lua-language-server-2566c29c3714cd3db626ebd8b51604b764be9180.zip |
修正bug
Diffstat (limited to 'test/definition/bug.lua')
-rw-r--r-- | test/definition/bug.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/definition/bug.lua b/test/definition/bug.lua index 48d56b2a..b0e890ca 100644 --- a/test/definition/bug.lua +++ b/test/definition/bug.lua @@ -6,3 +6,10 @@ function _() <?x?> end ]] + +TEST [[ +function _(<!x!>) + do return end + <?x?> = 1 +end +]] |