Closed safx closed 10 years ago
Ok got it, the layoutWildcard regex was wrong:
layoutWildcard
^\*|\?$ = wrong ^\*$|^\?$ = right
^\*|\?$
^\*$|^\?$
That's the proper fix. I will take care of it, but I will still pull your request so that I can get your tests.
Ok got it, the
layoutWildcard
regex was wrong:^\*|\?$
= wrong^\*$|^\?$
= rightThat's the proper fix. I will take care of it, but I will still pull your request so that I can get your tests.