svoid test_recursiveQuotesToRoundBrackets() { testFunctionValues recursiveQuotesToRoundBrackets( [[a "funny game" is "enjoyable"]], "a (funny game) is (enjoyable)", [[a "funny \"game\"" is "enjoyable"]], "a (funny (game)) is (enjoyable)"); }