svoid test_WordTokReplacerWithSecondIn() { WordTokReplacerWithSecondIn rule = new( "who is x", "x", "x is y", ll("y of course") ); assertTrueVerbose(rule.matches("who is john")); }