svoid test_StarPattern() { assertEqualsVerbose("hello world", StarPattern("hello *", "world").render()); }