Added test where one trailing flag exists.

This commit is contained in:
Daniel Rosenwasser 2015-06-02 13:41:45 -07:00
parent a71a826b5b
commit 8b63795a55

View file

@ -0,0 +1,10 @@
/// <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()