#
#
#  PRE: if
#
if (!(%concat(%test1.passthrough(foo, bar),'|') == "foo|bar")) {
	test_fail
}

if (!(%concat(%test2.passthrough(foo, bar), '|') == "foo|bar")) {
	test_fail
}

#
#  The config has a "redundant" block for test1 and test2.
#
if (!(%concat(%redundant_test.passthrough(foo, bar), '|') == "foo|bar")) {
	test_fail
}

success
