TypeScript/tests/cases/fourslash/completionListAfterRegularExpressionLiteral02.ts
2015-06-02 13:40:38 -07:00

10 lines
237 B
TypeScript

/// <reference path="fourslash.ts" />
////let v = 100;
////let x = /absidey//**/
// Should get nothing at the marker since it's
// going to be considered part of the regex flags.
goTo.marker();
verify.completionListIsEmpty();