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