resharp 0.3.11

high-performance regex engine with intersection and complement operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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])"