cr feedback

This commit is contained in:
zhengbli
2015-09-28 15:52:09 -07:00
parent f66c23811e
commit fbb73b76c7
4 changed files with 35 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
/// <reference path="fourslash.ts" />
////let t = "foo \
////bar \
////"/*1*/
goTo.marker('1');
edit.insert(";");
verify.currentFileContentIs("let t = \"foo \\\nbar \\ \n\";");

View File

@@ -0,0 +1,8 @@
/// <reference path="fourslash.ts" />
////var re = /\w+ /*1*//;
goTo.marker('1');
edit.insert("\n");
verify.currentFileContentIs("var re = /\\w+ \n /;");