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