diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:55:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:55:41 +0800 |
commit | c63b2e404d8d2bb984afe3678a5ba2b2836380cc (patch) | |
tree | a70661effacc7a29caa8d49583673ac4be2faaf5 /test/definition/label.lua | |
parent | 85c5a4210e4447422cd5677369ae740ed65725a0 (diff) | |
download | lua-language-server-c63b2e404d8d2bb984afe3678a5ba2b2836380cc.zip |
remove the old version
Diffstat (limited to 'test/definition/label.lua')
-rw-r--r-- | test/definition/label.lua | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/test/definition/label.lua b/test/definition/label.lua deleted file mode 100644 index 4859d70e..00000000 --- a/test/definition/label.lua +++ /dev/null @@ -1,29 +0,0 @@ -TEST [[ -::<!LABEL!>:: -goto <?LABEL?> -]] - -TEST [[ -goto <?LABEL?> -::<!LABEL!>:: -]] - -TEST [[ -::LABEL:: -function _() - goto <?LABEL?> -end -]] - -TEST [[ -do - goto <?LABEL?> -end -::<!LABEL!>:: -]] - -TEST [[ -::<!LABEL!>:: -goto <?LABEL?> -::<!LABEL!>:: -]] |