diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-11 17:12:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-11 17:12:18 +0800 |
commit | 6dcde32efe1c1380af6edd49f31e748aa2b48b90 (patch) | |
tree | d1bef13a48e13a36c409f9375acc5c9a2c9ed1d7 /test-beta/diagnostics/init.lua | |
parent | 3f2c19d1990d858989d9c908964b93f99789f0e4 (diff) | |
download | lua-language-server-6dcde32efe1c1380af6edd49f31e748aa2b48b90.zip |
修正2个bug
Diffstat (limited to 'test-beta/diagnostics/init.lua')
-rw-r--r-- | test-beta/diagnostics/init.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test-beta/diagnostics/init.lua b/test-beta/diagnostics/init.lua index 4c21da69..4fe96ec4 100644 --- a/test-beta/diagnostics/init.lua +++ b/test-beta/diagnostics/init.lua @@ -748,3 +748,13 @@ function assert(v, message) return v, message end ]] + +TEST [[ +---@type string +---| +]] + +TEST [[ +---@type +---| 'xx' +]] |