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