summaryrefslogtreecommitdiff
path: root/test/crossfile/allreferences.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-09-22 15:23:04 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-09-22 15:23:04 +0800
commita11c1e47a1bbe1004333143431f901ab8ecde4dd (patch)
treed4d0e675997b98d59efffe4b6dda41c3f0c837c6 /test/crossfile/allreferences.lua
parent1ab04aca1e0a3ad9d76aa11fa4e8eefe9781624b (diff)
downloadlua-language-server-a11c1e47a1bbe1004333143431f901ab8ecde4dd.zip
cleanup
Diffstat (limited to 'test/crossfile/allreferences.lua')
-rw-r--r--test/crossfile/allreferences.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/crossfile/allreferences.lua b/test/crossfile/allreferences.lua
index 056fa416..67eb893c 100644
--- a/test/crossfile/allreferences.lua
+++ b/test/crossfile/allreferences.lua
@@ -9,10 +9,9 @@ TEST {
{
path = 'lib.lua',
content = [[
- return <~function~> ()
- end
+ return <!<?function?> ()
+ end!>
]],
- target = {22, 50},
},
}