svoid test_nlJoin() { testFunctionValues nlJoin( ll("hello", "world"), "hello world", ll("hello", ":", "world"), "hello: world", ll("hello", "$1"), "hello $1", ); }