TypeScript/tests/cases/fourslash/renameCommentsAndStrings1.ts
Cyrus Najmabadi a39064457e Adding tests.
2014-10-03 15:59:20 -07:00

11 lines
314 B
TypeScript

/// <reference path="fourslash.ts" />
///////<reference path="./Bar.ts" />
////function /**/[|Bar|]() {
//// // This is a reference to Bar in a comment.
//// "this is a reference to Bar in a string"
////}
goTo.marker();
verify.renameLocations(/*findInStrings:*/ false, /*findInComments:*/ false);