diff options
Diffstat (limited to 'test/completion')
-rw-r--r-- | test/completion/common.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/completion/common.lua b/test/completion/common.lua index 4667305f..538ac401 100644 --- a/test/completion/common.lua +++ b/test/completion/common.lua @@ -1750,7 +1750,7 @@ zz<??> detail = 'integer = 1', description = [[ ```lua -global zzz: integer = 1 +(global) zzz: integer = 1 ``` --- @@ -2094,7 +2094,7 @@ print(t.aa<??>) kind = define.CompletionItemKind.Field, description = [[ ```lua -field cc.aaa: number +(field) cc.aaa: number ```]] }, } |