svoid test_starPatternHasPunctuation() { testFunctionValues starPatternHasPunctuation( "a b c" := false, "a * c" := false, "a. c" := true, "a (b c) d" := false, "a!" := true, "a c" := false, "a - b" := true, ); }