TypeScript/tests/cases/fourslash/completionListAfterRegularExpressionLiteral02.ts

9 lines
243 B
TypeScript
Raw Normal View History

2015-06-02 21:58:49 +02:00
/// <reference path="fourslash.ts" />
////let v = 100;
2015-06-02 21:58:49 +02:00
////let x = /absidey//**/
// Should get nothing at the marker since it's
// going to be considered part of the regex flags.
verify.completions({ marker: "", exact: undefined });