11 Apr
2016
11 Apr
'16
8:04 a.m.
On Sun, 2016-04-10 at 19:26 -0700, Joe Perches wrote:
The current switch/case test doesn't handle ... case labels like:
switch (foo) { case bar ... baz: etc... }
Add a specific regex for that form and the default label. Use the regex where a case label is tested.
Please ignore, the patch is defective as it has too many false positives.