From 73db14130b609d72a5075c3daafa7833fcbac2eb Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Tue, 2 Mar 2021 17:14:25 -0800 Subject: [PATCH] Delete old, different-case name of quickInfoJSDocTags.baseline --- .../reference/quickInfoJsDocTags.baseline | 110 ------------------ 1 file changed, 110 deletions(-) delete mode 100644 tests/baselines/reference/quickInfoJsDocTags.baseline diff --git a/tests/baselines/reference/quickInfoJsDocTags.baseline b/tests/baselines/reference/quickInfoJsDocTags.baseline deleted file mode 100644 index 5717757a38294..0000000000000 --- a/tests/baselines/reference/quickInfoJsDocTags.baseline +++ /dev/null @@ -1,110 +0,0 @@ -[ - { - "marker": { - "fileName": "/tests/cases/fourslash/quickInfoJsDocTags.ts", - "position": 298 - }, - "quickInfo": { - "kind": "function", - "kindModifiers": "", - "textSpan": { - "start": 298, - "length": 3 - }, - "displayParts": [ - { - "text": "function", - "kind": "keyword" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "foo", - "kind": "functionName" - }, - { - "text": "(", - "kind": "punctuation" - }, - { - "text": "x", - "kind": "parameterName" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "any", - "kind": "keyword" - }, - { - "text": ")", - "kind": "punctuation" - }, - { - "text": ":", - "kind": "punctuation" - }, - { - "text": " ", - "kind": "space" - }, - { - "text": "void", - "kind": "keyword" - } - ], - "documentation": [ - { - "text": "Doc", - "kind": "text" - } - ], - "tags": [ - { - "name": "author", - "text": "Me " - }, - { - "name": "augments", - "text": "C Augments it" - }, - { - "name": "template", - "text": "T A template" - }, - { - "name": "type", - "text": "{number | string} A type" - }, - { - "name": "typedef", - "text": "NumOrStr" - }, - { - "name": "property", - "text": "{number} x The prop" - }, - { - "name": "param", - "text": "x The param" - }, - { - "name": "returns", - "text": "The result" - }, - { - "name": "see", - "text": "x (the parameter)" - } - ] - } - } -] \ No newline at end of file