mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 12:03:44 -05:00
Fix bug: do unescaping in the right place, so that it only affects escaped javascript identifiers
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
// @Filename: a.js
|
||||
// @allowJs: true
|
||||
////__foo;/**/
|
||||
////___foo; __foo;/**/
|
||||
|
||||
goTo.marker();
|
||||
verify.completionListContains("__foo", undefined, undefined, "warning");
|
||||
verify.completionListContains("___foo", undefined, undefined, "warning");
|
||||
|
||||
Reference in New Issue
Block a user