TypeScript/tests/cases/fourslash/completionListAfterRegularExpressionLiteral03.ts

11 lines
239 B
TypeScript

/// <reference path="fourslash.ts" />
////let v = 100;
////let x = /absidey/
/////**/
// Should not be blocked since there is a
// newline separating us from the regex flags.
verify.completions({ marker: "", includes: "v" });