svoid test_tok_dropRoundBracketsAroundSingleTokens() { testFunctionValues tok_dropRoundBracketsAroundSingleTokens( "(bla)", "bla", "what is (this then)", "what is (this then)", "(this) should be (1)", "this should be 1" ); }