From 3eea65512c5eb652c7dbd69175d1c87b4f190749 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 16 Mar 2015 22:13:55 -0700 Subject: [PATCH] Rename tests. --- ...rayBindingPattern01.ts => smartIndentArrayBindingPattern01.ts} | 0 ...rayBindingPattern02.ts => smartIndentArrayBindingPattern02.ts} | 0 ...ctBindingPattern01.ts => smartIndentObjectBindingPattern01.ts} | 0 ...ctBindingPattern02.ts => smartIndentObjectBindingPattern02.ts} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/cases/fourslash/{indentationAfterArrayBindingPattern01.ts => smartIndentArrayBindingPattern01.ts} (100%) rename tests/cases/fourslash/{indentationAfterArrayBindingPattern02.ts => smartIndentArrayBindingPattern02.ts} (100%) rename tests/cases/fourslash/{indentationAfterObjectBindingPattern01.ts => smartIndentObjectBindingPattern01.ts} (100%) rename tests/cases/fourslash/{indentationAfterObjectBindingPattern02.ts => smartIndentObjectBindingPattern02.ts} (100%) diff --git a/tests/cases/fourslash/indentationAfterArrayBindingPattern01.ts b/tests/cases/fourslash/smartIndentArrayBindingPattern01.ts similarity index 100% rename from tests/cases/fourslash/indentationAfterArrayBindingPattern01.ts rename to tests/cases/fourslash/smartIndentArrayBindingPattern01.ts diff --git a/tests/cases/fourslash/indentationAfterArrayBindingPattern02.ts b/tests/cases/fourslash/smartIndentArrayBindingPattern02.ts similarity index 100% rename from tests/cases/fourslash/indentationAfterArrayBindingPattern02.ts rename to tests/cases/fourslash/smartIndentArrayBindingPattern02.ts diff --git a/tests/cases/fourslash/indentationAfterObjectBindingPattern01.ts b/tests/cases/fourslash/smartIndentObjectBindingPattern01.ts similarity index 100% rename from tests/cases/fourslash/indentationAfterObjectBindingPattern01.ts rename to tests/cases/fourslash/smartIndentObjectBindingPattern01.ts diff --git a/tests/cases/fourslash/indentationAfterObjectBindingPattern02.ts b/tests/cases/fourslash/smartIndentObjectBindingPattern02.ts similarity index 100% rename from tests/cases/fourslash/indentationAfterObjectBindingPattern02.ts rename to tests/cases/fourslash/smartIndentObjectBindingPattern02.ts