From 2195f176665e0e531c41e21f3faeb0ac2a386f41 Mon Sep 17 00:00:00 2001 From: Arthur Ozga Date: Thu, 29 Sep 2016 16:17:20 -0700 Subject: [PATCH] Rename Tests --- .../completionForTripleSlashReference1.ts | 51 ------------------- ....ts => tripleSlashRefPathAbsolutePaths.ts} | 0 .../tripleSlashRefPathCompletionContext.ts | 0 .../tripleSlashRefPathCompletionNarrowing.ts | 37 ++++++++++++++ .../tripleSlashRefPathCompletionsNarrow.ts | 21 -------- ...ripleSlashRefPathExtensionsAllowJSFalse.ts | 31 +++++++++++ ...ripleSlashRefPathExtensionsAllowJSTrue.ts} | 24 +++++---- ...ence4.ts => tripleSlashRefPathRootdirs.ts} | 0 8 files changed, 81 insertions(+), 83 deletions(-) delete mode 100644 tests/cases/fourslash/completionForTripleSlashReference1.ts rename tests/cases/fourslash/{completionForTripleSlashReference3.ts => tripleSlashRefPathAbsolutePaths.ts} (100%) create mode 100644 tests/cases/fourslash/tripleSlashRefPathCompletionContext.ts create mode 100644 tests/cases/fourslash/tripleSlashRefPathCompletionNarrowing.ts delete mode 100644 tests/cases/fourslash/tripleSlashRefPathCompletionsNarrow.ts create mode 100644 tests/cases/fourslash/tripleSlashRefPathExtensionsAllowJSFalse.ts rename tests/cases/fourslash/{completionForTripleSlashReference2.ts => tripleSlashRefPathExtensionsAllowJSTrue.ts} (53%) rename tests/cases/fourslash/{completionForTripleSlashReference4.ts => tripleSlashRefPathRootdirs.ts} (100%) diff --git a/tests/cases/fourslash/completionForTripleSlashReference1.ts b/tests/cases/fourslash/completionForTripleSlashReference1.ts deleted file mode 100644 index 2ce4de2e72e..00000000000 --- a/tests/cases/fourslash/completionForTripleSlashReference1.ts +++ /dev/null @@ -1,51 +0,0 @@ -/// - -// Should give completions for relative references to ts files when allowJs is false - -// @Filename: test0.ts -//// /// -//// /// + +// Exercises relative path completions going up and down 2 directories +// and the use of forward- and back-slashes and combinations thereof. + +// @Filename: f1.ts +//// /*f1*/ +// @Filename: f2.ts +//// /*f2*/ +// @Filename: d/g.ts +//// /*g*/ + +// @Filename: test.ts +//// /// - -// Exercises relative path completions going up and down 2 directories -// and the use of forward- and back-slashes and combinations thereof. - -// @Filename: f1.ts -//// /*f1*/ -// @Filename: f2.ts -//// /*f2*/ - -// @Filename: test.ts -//// /// + +// Should give completions for relative references to ts files when allowJs is false + +// @Filename: test0.ts +//// /// -// Should give completions for relative references to js and ts files when allowJs is true +// Should give completions for relative references to ts files when allowJs is false // @allowJs: true // @Filename: test0.ts //// /// +//// ///