All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 # Cases sampled from Lib/test/test_patma.py
3 # case black_test_patma_098
7 # case black_test_patma_142
11 # case black_test_patma_073
17 # case black_test_patma_006
21 # case black_test_patma_049
25 # case black_check_sequence_then_mapping
31 # case black_test_patma_035
35 case {0: [1, 2, {}] | True} | {1: [[]]} | {0: [1, 2, {}]} | [] | "X" | {}:
39 # case black_test_patma_107
43 # case black_test_patma_097
47 # case black_test_patma_007
51 # case black_test_patma_154
55 # case black_test_patma_134
63 # case black_test_patma_185
67 # case black_test_patma_063
73 # case black_test_patma_248
77 # case black_test_patma_019
81 # case black_test_patma_052
85 case [1, 0] if (x := x[:0]):
89 # case black_test_patma_191
93 # case black_test_patma_110
97 # case black_test_patma_151
101 # case black_test_patma_114
105 # case black_test_patma_232
109 # case black_test_patma_058
113 # case black_test_patma_233
117 # case black_test_patma_078
125 # case black_test_patma_156
129 # case black_test_patma_189
133 # case black_test_patma_042
135 case (0 as z) | (1 as z) | (2 as z) if z == x % 2:
137 # case black_test_patma_034
139 case {0: [1, 2, {}]}:
141 case {0: [1, 2, {}] | False} | {1: [[]]} | {0: [1, 2, {}]} | [] | "X" | {}: