svoid test_wordTokReplacerRuleOnStarVars() { assertEqualsVerbose(litciset("John is John"), applyWordTokRule(wordTokReplacerRuleOnStarVars("*a is *b", "a is a"), "John is whatever")); assertEqualsVerbose(litciset("John is John"), applyWordTokRule(print(wordTokReplacerRuleOnStarVars("*a is *{b c}", "a is a")), "John is whatever")); }