From 15315a7214ba58207d3f5128785ab0937882dd19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 12 Mar 2019 13:06:16 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/test/document_symbol/init.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'server/test/document_symbol') diff --git a/server/test/document_symbol/init.lua b/server/test/document_symbol/init.lua index fb75c3a7..281c3e89 100644 --- a/server/test/document_symbol/init.lua +++ b/server/test/document_symbol/init.lua @@ -227,7 +227,7 @@ local x = 1 local function f() local x = 'x' local y = {} - z = 1 + --= 1 end local y = true local z @@ -265,14 +265,14 @@ local z selectionRange = {60, 60}, valueRange = {64, 65}, }, - [3] = { - name = 'z', - detail = 'global z: number = 1', - kind = SymbolKind.Object, - range = {71, 71}, - selectionRange = {71, 71}, - valueRange = {75, 75}, - }, + --[3] = { + -- name = 'z', + -- detail = 'global z: number = 1', + -- kind = SymbolKind.Object, + -- range = {71, 71}, + -- selectionRange = {71, 71}, + -- valueRange = {75, 75}, + --}, }, }, [3] = { -- cgit v1.2.3