diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:57:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 21:57:09 +0800 |
commit | 4ca61ec457822dd14966afa0752340ae8ce180a1 (patch) | |
tree | ae8adb1ad82c717868e551e699fd3cf3bb290089 /test-beta/definition/label.lua | |
parent | c63b2e404d8d2bb984afe3678a5ba2b2836380cc (diff) | |
download | lua-language-server-4ca61ec457822dd14966afa0752340ae8ce180a1.zip |
no longer beta
Diffstat (limited to 'test-beta/definition/label.lua')
-rw-r--r-- | test-beta/definition/label.lua | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/test-beta/definition/label.lua b/test-beta/definition/label.lua deleted file mode 100644 index 205915b6..00000000 --- a/test-beta/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!>:: -]] |