From de0347fa0f5da14873ae64fa988ed179b6a2d245 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 7 Apr 2015 23:39:13 -0700 Subject: [PATCH] Rename tests. --- tests/cases/fourslash/server/{brace.ts => brace01.ts} | 0 tests/cases/fourslash/server/{completions.ts => completions01.ts} | 0 .../cases/fourslash/server/{completions2.ts => completions02.ts} | 0 tests/cases/fourslash/server/{definition.ts => definition01.ts} | 0 tests/cases/fourslash/server/{format.ts => format01.ts} | 0 tests/cases/fourslash/server/{formatonkey.ts => formatonkey01.ts} | 0 tests/cases/fourslash/server/{navbar.ts => navbar01.ts} | 0 tests/cases/fourslash/server/{navto.ts => navto01.ts} | 0 tests/cases/fourslash/server/{quickinfo.ts => quickinfo01.ts} | 0 tests/cases/fourslash/server/{references.ts => references01.ts} | 0 tests/cases/fourslash/server/{rename.ts => rename01.ts} | 0 .../fourslash/server/{signatureHelp.ts => signatureHelp01.ts} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename tests/cases/fourslash/server/{brace.ts => brace01.ts} (100%) rename tests/cases/fourslash/server/{completions.ts => completions01.ts} (100%) rename tests/cases/fourslash/server/{completions2.ts => completions02.ts} (100%) rename tests/cases/fourslash/server/{definition.ts => definition01.ts} (100%) rename tests/cases/fourslash/server/{format.ts => format01.ts} (100%) rename tests/cases/fourslash/server/{formatonkey.ts => formatonkey01.ts} (100%) rename tests/cases/fourslash/server/{navbar.ts => navbar01.ts} (100%) rename tests/cases/fourslash/server/{navto.ts => navto01.ts} (100%) rename tests/cases/fourslash/server/{quickinfo.ts => quickinfo01.ts} (100%) rename tests/cases/fourslash/server/{references.ts => references01.ts} (100%) rename tests/cases/fourslash/server/{rename.ts => rename01.ts} (100%) rename tests/cases/fourslash/server/{signatureHelp.ts => signatureHelp01.ts} (100%) diff --git a/tests/cases/fourslash/server/brace.ts b/tests/cases/fourslash/server/brace01.ts similarity index 100% rename from tests/cases/fourslash/server/brace.ts rename to tests/cases/fourslash/server/brace01.ts diff --git a/tests/cases/fourslash/server/completions.ts b/tests/cases/fourslash/server/completions01.ts similarity index 100% rename from tests/cases/fourslash/server/completions.ts rename to tests/cases/fourslash/server/completions01.ts diff --git a/tests/cases/fourslash/server/completions2.ts b/tests/cases/fourslash/server/completions02.ts similarity index 100% rename from tests/cases/fourslash/server/completions2.ts rename to tests/cases/fourslash/server/completions02.ts diff --git a/tests/cases/fourslash/server/definition.ts b/tests/cases/fourslash/server/definition01.ts similarity index 100% rename from tests/cases/fourslash/server/definition.ts rename to tests/cases/fourslash/server/definition01.ts diff --git a/tests/cases/fourslash/server/format.ts b/tests/cases/fourslash/server/format01.ts similarity index 100% rename from tests/cases/fourslash/server/format.ts rename to tests/cases/fourslash/server/format01.ts diff --git a/tests/cases/fourslash/server/formatonkey.ts b/tests/cases/fourslash/server/formatonkey01.ts similarity index 100% rename from tests/cases/fourslash/server/formatonkey.ts rename to tests/cases/fourslash/server/formatonkey01.ts diff --git a/tests/cases/fourslash/server/navbar.ts b/tests/cases/fourslash/server/navbar01.ts similarity index 100% rename from tests/cases/fourslash/server/navbar.ts rename to tests/cases/fourslash/server/navbar01.ts diff --git a/tests/cases/fourslash/server/navto.ts b/tests/cases/fourslash/server/navto01.ts similarity index 100% rename from tests/cases/fourslash/server/navto.ts rename to tests/cases/fourslash/server/navto01.ts diff --git a/tests/cases/fourslash/server/quickinfo.ts b/tests/cases/fourslash/server/quickinfo01.ts similarity index 100% rename from tests/cases/fourslash/server/quickinfo.ts rename to tests/cases/fourslash/server/quickinfo01.ts diff --git a/tests/cases/fourslash/server/references.ts b/tests/cases/fourslash/server/references01.ts similarity index 100% rename from tests/cases/fourslash/server/references.ts rename to tests/cases/fourslash/server/references01.ts diff --git a/tests/cases/fourslash/server/rename.ts b/tests/cases/fourslash/server/rename01.ts similarity index 100% rename from tests/cases/fourslash/server/rename.ts rename to tests/cases/fourslash/server/rename01.ts diff --git a/tests/cases/fourslash/server/signatureHelp.ts b/tests/cases/fourslash/server/signatureHelp01.ts similarity index 100% rename from tests/cases/fourslash/server/signatureHelp.ts rename to tests/cases/fourslash/server/signatureHelp01.ts