From 85736319f9469a50fd4255592041c703f85cbb9f Mon Sep 17 00:00:00 2001 From: Arthur Ozga Date: Thu, 29 Sep 2016 17:08:04 -0700 Subject: [PATCH] Rename Tests --- ...pleSlashRefPathCompletionAbsolutePaths.ts} | 2 +- ...shRefPathCompletionBackandForwardSlash.ts} | 0 ...efPathCompletionExtensionsAllowJSFalse.ts} | 0 ...RefPathCompletionExtensionsAllowJSTrue.ts} | 0 ...tripleSlashRefPathCompletionHiddenFile.ts} | 11 +++----- .../tripleSlashRefPathCompletionNarrowing.ts | 26 ++++++++++++------- ...pleSlashRefPathCompletionRelativePaths.ts} | 0 ...> tripleSlashRefPathCompletionRootdirs.ts} | 0 8 files changed, 21 insertions(+), 18 deletions(-) rename tests/cases/fourslash/{tripleSlashRefPathAbsolutePaths.ts => tripleSlashRefPathCompletionAbsolutePaths.ts} (90%) rename tests/cases/fourslash/{tripleSlashRefPathBackandForwardSlash.ts => tripleSlashRefPathCompletionBackandForwardSlash.ts} (100%) rename tests/cases/fourslash/{tripleSlashRefPathExtensionsAllowJSFalse.ts => tripleSlashRefPathCompletionExtensionsAllowJSFalse.ts} (100%) rename tests/cases/fourslash/{tripleSlashRefPathExtensionsAllowJSTrue.ts => tripleSlashRefPathCompletionExtensionsAllowJSTrue.ts} (100%) rename tests/cases/fourslash/{tripleSlashRefPathHiddenFile.ts => tripleSlashRefPathCompletionHiddenFile.ts} (61%) rename tests/cases/fourslash/{tripleSlashRefPathRelativePaths.ts => tripleSlashRefPathCompletionRelativePaths.ts} (100%) rename tests/cases/fourslash/{tripleSlashRefPathRootdirs.ts => tripleSlashRefPathCompletionRootdirs.ts} (100%) diff --git a/tests/cases/fourslash/tripleSlashRefPathAbsolutePaths.ts b/tests/cases/fourslash/tripleSlashRefPathCompletionAbsolutePaths.ts similarity index 90% rename from tests/cases/fourslash/tripleSlashRefPathAbsolutePaths.ts rename to tests/cases/fourslash/tripleSlashRefPathCompletionAbsolutePaths.ts index 798e556be58..79e6f7c8b1a 100644 --- a/tests/cases/fourslash/tripleSlashRefPathAbsolutePaths.ts +++ b/tests/cases/fourslash/tripleSlashRefPathCompletionAbsolutePaths.ts @@ -1,6 +1,6 @@ /// -// Should give completions for absolute paths +// Offers completions for absolute paths. // @Filename: tests/test0.ts //// ///