Skip to content

Commit 337d132

Browse files
authored
Sync fourslash shims and shims-pp (#48507)
It appears that they were intended to be identical so, in each case, I updated the side that looked less correct.
1 parent 8020072 commit 337d132

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/cases/fourslash/shims-pp/goToDefinitionTypeReferenceDirective.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="fourslash.ts"/>
1+
/// <reference path="../fourslash.ts"/>
22

33
// @typeRoots: src/types
44
// @Filename: src/types/lib/index.d.ts

tests/cases/fourslash/shims/getCompletionsAtPosition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path='fourslash.ts'/>
1+
/// <reference path='../fourslash.ts'/>
22

33
////function foo(strOrNum: string | number) {
44
//// /*1*/

tests/cases/fourslash/shims/getOutliningSpans.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="fourslash.ts"/>
1+
/// <reference path="../fourslash.ts"/>
22

33
////// interface
44
////interface IFoo[| {
@@ -26,7 +26,7 @@
2626
//// }|]
2727
////}|]
2828
////switch(1)[| {
29-
//// case 1:[| break;|]
29+
//// case 1:[| break;|]
3030
////}|]
3131
////
3232
////var array =[| [

0 commit comments

Comments
 (0)