1 2 3 4 5 6 7 8 9
[[test]] name = "ci_flag_prefix_alternation" pattern = "(?i)min|max" pp = "[Mm]([Ii][Nn]|[Aa][Xx])" [[test]] name = "ci_flag_grouped_alternation" pattern = "(?i)(min|max)" pp = "[Mm]([Ii][Nn]|[Aa][Xx])"