TypeScript/tests/cases/fourslash/completionListAfterRegularExpressionLiteral04.ts

10 lines
232 B
TypeScript

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