mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
cr feedback
This commit is contained in:
@@ -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\";");
|
||||
@@ -0,0 +1,8 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
|
||||
////var re = /\w+ /*1*//;
|
||||
|
||||
goTo.marker('1');
|
||||
edit.insert("\n");
|
||||
|
||||
verify.currentFileContentIs("var re = /\\w+ \n /;");
|
||||
Reference in New Issue
Block a user