svoid test_replaceDollarVars2() { assertEqualsVerbose("Hello thisthis ${else} $else you you", replaceDollarVars2("Hello ${what}$what ${else} $else $that ${that}", what := "this", $that := "you")); }