diff options
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/crossfile/hover.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/test/crossfile/hover.lua b/server/test/crossfile/hover.lua index f104fa38..7f6b7a23 100644 --- a/server/test/crossfile/hover.lua +++ b/server/test/crossfile/hover.lua @@ -327,5 +327,9 @@ TEST { hover = { label = 'function f(x: string, y: string)', name = 'f', + description = [[ ++ `x`*(string)*: aaaa + ++ `y`*(string)*: bbbb]] } } |