TypeScript/tests/cases/fourslash/unclosedStringLiteralErrorRecovery.ts

11 lines
262 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
////"an unclosed string is a terrible thing!
////
////class foo { public x() { } }
////var f = new foo();
////f./**/
// Error recovery for unclosed string literals
verify.completions({ marker: "", exact: "x" });