svoid test_flexMatchIC_withBrackets_all_autoPunctuation() {
  testFunctionValues_twoArgs_flat flexMatchIC_withBrackets_all_autoPunctuation(
    "this *.", "this game", ll(),
    "this *", "this game", ll(Matches("game")),
    "this *.", "this game.", ll(Matches("game")),
  );
}