TypeScript/tests/cases/fourslash/completionListAfterRegularExpressionLiteral05.ts
2015-06-02 13:41:45 -07:00

10 lines
237 B
TypeScript

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