# Tests for internal compiled representation (pp output).
# Used to pin the algebra node structure produced by the parser.
[[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])"