From 44e1140cf69605bc2c3a60c186b98b0e73a94423 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders Date: Fri, 24 Feb 2017 14:53:35 -0800 Subject: [PATCH] Rename tests --- ...alMethod.ts => renameJsSpecialAssignmentRhs1.ts} | 0 .../fourslash/renameJsSpecialAssignmentRhs2.ts | 13 +++++++++++++ 2 files changed, 13 insertions(+) rename tests/cases/fourslash/{renameJsObjectLiteralMethod.ts => renameJsSpecialAssignmentRhs1.ts} (100%) create mode 100644 tests/cases/fourslash/renameJsSpecialAssignmentRhs2.ts diff --git a/tests/cases/fourslash/renameJsObjectLiteralMethod.ts b/tests/cases/fourslash/renameJsSpecialAssignmentRhs1.ts similarity index 100% rename from tests/cases/fourslash/renameJsObjectLiteralMethod.ts rename to tests/cases/fourslash/renameJsSpecialAssignmentRhs1.ts diff --git a/tests/cases/fourslash/renameJsSpecialAssignmentRhs2.ts b/tests/cases/fourslash/renameJsSpecialAssignmentRhs2.ts new file mode 100644 index 0000000000..5b4b6e851c --- /dev/null +++ b/tests/cases/fourslash/renameJsSpecialAssignmentRhs2.ts @@ -0,0 +1,13 @@ +/// +// @allowJs: true +// @Filename: a.js +////const foo = { +//// set: function (x) { +//// this._x = x; +//// }, +//// copy: function (/**/[|x|]) { +//// this._x = [|x|].prop; +//// } +////}; +goTo.marker(); +verify.renameLocations(/*findInStrings*/ false, /*findInComments*/ false);