diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-30 12:08:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-30 12:08:30 +0800 |
commit | 212b100f3e49107eac588cb97e8fca46218b033b (patch) | |
tree | 0619750c8dd89de464596ec12aa98e7e123c061c /server | |
parent | dd545508bb79e1db16b071a9eb7424590fd6f561 (diff) | |
download | lua-language-server-212b100f3e49107eac588cb97e8fca46218b033b.zip |
过单元测试
Diffstat (limited to 'server')
-rw-r--r-- | server/test/diagnostics/init.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/test/diagnostics/init.lua b/server/test/diagnostics/init.lua index c854e5a2..666d72dc 100644 --- a/server/test/diagnostics/init.lua +++ b/server/test/diagnostics/init.lua @@ -186,15 +186,15 @@ print() TEST [[ return { - print - <!'string'!> + <!print + 'string'!> } ]] TEST [[ return { - print - <!{ + <!print + { x = 1, }!> } |