Skip to content

Commit 2e589f1

Browse files
author
Arthur Ozga
committed
Actually fixed comments
1 parent 55d4e12 commit 2e589f1

4 files changed

+4
-4
lines changed

tests/cases/fourslash/completionForStringLiteralRelativeImportAllowJSFalse.ts

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

3-
// Should give completions for ts files when allowJs is false
3+
// Should give completions for ts files only when allowJs is false.
44

55
// @Filename: test0.ts
66
//// import * as foo1 from "./*import_as0*/

tests/cases/fourslash/completionForStringLiteralRelativeImportAllowJSTrue.ts

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

3-
// Should give completions for ts and js files when allowJs is true
3+
// Should give completions for ts and js files when allowJs is true.
44

55
// @allowJs: true
66

tests/cases/fourslash/tripleSlashRefPathCompletionExtensionsAllowJSFalse.ts

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

3-
// Should give completions for relative references to ts files when allowJs is false
3+
// Should give completions for relative references to ts files only when allowJs is false.
44

55
// @Filename: test0.ts
66
//// /// <reference path="/*0*/

tests/cases/fourslash/tripleSlashRefPathCompletionExtensionsAllowJSTrue.ts

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

3-
// Should give completions for relative references to ts files when allowJs is true.
3+
// Should give completions for relative references to ts and js files when allowJs is true.
44

55
// @allowJs: true
66

0 commit comments

Comments
 (0)