From 384d77197e116cfd8e9eab638ff275fba16ffdee Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 22 Sep 2014 11:07:56 -0700 Subject: [PATCH] Moved old fourslash test for brace matching over from fourslash_old. --- .../cases/{fourslash_old => fourslash}/getMatchingBraces.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename tests/cases/{fourslash_old => fourslash}/getMatchingBraces.ts (79%) diff --git a/tests/cases/fourslash_old/getMatchingBraces.ts b/tests/cases/fourslash/getMatchingBraces.ts similarity index 79% rename from tests/cases/fourslash_old/getMatchingBraces.ts rename to tests/cases/fourslash/getMatchingBraces.ts index 13d5effa15f..fc8a71197db 100644 --- a/tests/cases/fourslash_old/getMatchingBraces.ts +++ b/tests/cases/fourslash/getMatchingBraces.ts @@ -38,6 +38,6 @@ ////} test.ranges().forEach((range) => { - verify.matchingBracePositionInCurrentFile(range.start, range.end - 1); - verify.matchingBracePositionInCurrentFile(range.end - 1, range.start); - }); \ No newline at end of file + verify.matchingBracePositionInCurrentFile(range.start, range.end - 1); + verify.matchingBracePositionInCurrentFile(range.end - 1, range.start); +}); \ No newline at end of file