svoid test_tok_unquote() { testFunctionValues tok_unquote( [["a"]], "a", [[ "a"]], [[ "a"]], [["a" "b"]], [["a" "b"]]); }