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