TypeScript/tests/cases/fourslash/completionListAfterRegularExpressionLiteral02.ts

9 lines
219 B
TypeScript
Raw Normal View History

2015-06-02 21:58:49 +02:00
/// <reference path="fourslash.ts" />
////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();