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 # flags: --minimum-version=3.10
2 # Cases sampled from Lib/test/test_patma.py
4 # case black_test_patma_098
8 # case black_test_patma_142
12 # case black_test_patma_073
18 # case black_test_patma_006
22 # case black_test_patma_049
26 # case black_check_sequence_then_mapping
32 # case black_test_patma_035
36 case {0: [1, 2, {}] | True} | {1: [[]]} | {0: [1, 2, {}]} | [] | "X" | {}:
40 # case black_test_patma_107
44 # case black_test_patma_097
48 # case black_test_patma_007
52 # case black_test_patma_154
56 # case black_test_patma_134
64 # case black_test_patma_185
68 # case black_test_patma_063
74 # case black_test_patma_248
78 # case black_test_patma_019
82 # case black_test_patma_052
86 case [1, 0] if (x := x[:0]):
90 # case black_test_patma_191
94 # case black_test_patma_110
98 # case black_test_patma_151
102 # case black_test_patma_114
106 # case black_test_patma_232
110 # case black_test_patma_058
114 # case black_test_patma_233
118 # case black_test_patma_078
126 # case black_test_patma_156
130 # case black_test_patma_189
134 # case black_test_patma_042
136 case (0 as z) | (1 as z) | (2 as z) if z == x % 2:
138 # case black_test_patma_034
140 case {0: [1, 2, {}]}:
142 case {0: [1, 2, {}] | False} | {1: [[]]} | {0: [1, 2, {}]} | [] | "X" | {}: