!7 p { assertEqualsVerbose(new S[] {"{this stuff}"}, getMatches_brackets("i like *", "i like {this stuff}").m); assertEqualsVerbose(new S[] {"this"}, getMatches_brackets("i like *", "i like this").m); }