svoid test_ellipsisToDotPlusRegexpIC_matchAny() { new Matches m; assertTrueVerbose(ellipsisToDotPlusRegexpIC_matchAny(ll("a ... b"), "a c b")); assertEqualsVerbose(m, Matches("c")); assertFalseVerbose(ellipsisToDotPlusRegexpIC_matchAny(ll("a ... x"), "a c b")); }