mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Fix duplicate baselines
This commit is contained in:
parent
069c10ca83
commit
53387337fc
@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 4
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -42,7 +42,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 37
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -91,7 +91,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 41
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -132,7 +132,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 65
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -173,7 +173,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 88
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -222,7 +222,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 102
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -283,7 +283,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 123
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -344,7 +344,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 127
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -405,7 +405,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 130
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -466,7 +466,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 139
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -611,7 +611,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 193
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -756,7 +756,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 197
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -901,7 +901,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 200
|
||||
},
|
||||
"quickInfo": {
|
||||
@ -1006,7 +1006,7 @@
|
||||
},
|
||||
{
|
||||
"marker": {
|
||||
"fileName": "/tests/cases/fourslash/shims-pp/quickInfoDisplayPartsVar.ts",
|
||||
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsVar.ts",
|
||||
"position": 207
|
||||
},
|
||||
"quickInfo": {
|
||||
|
||||
1112
tests/baselines/reference/quickInfoDisplayPartsVar.shims-pp.baseline
Normal file
1112
tests/baselines/reference/quickInfoDisplayPartsVar.shims-pp.baseline
Normal file
File diff suppressed because it is too large
Load Diff
1112
tests/baselines/reference/quickInfoDisplayPartsVar.shims.baseline
Normal file
1112
tests/baselines/reference/quickInfoDisplayPartsVar.shims.baseline
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,7 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
|
||||
// @BaselineFile: quickInfoDisplayPartsVar.shims-pp.baseline
|
||||
|
||||
////var /*1*/a = 10;
|
||||
////function foo() {
|
||||
//// var /*2*/b = /*3*/a;
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
|
||||
// @BaselineFile: quickInfoDisplayPartsVar.shims.baseline
|
||||
|
||||
////var /*1*/a = 10;
|
||||
////function foo() {
|
||||
//// var /*2*/b = /*3*/a;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user