Reporter | Lee Calabrese (lcalabrese) |
---|---|
Created | May 27, 2016 6:19:32 AM |
Updated | Apr 13, 2018 3:29:19 PM |
Resolved | Apr 13, 2018 3:29:19 PM |
Subsystem | RegExp Support (Regular Expressions) |
Assignee | Evgeniy Stepanov (Evgeniy_Stepanov) |
Priority | Normal |
State | Fixed |
Type | Bug |
Fix version | 2018.2 |
Affected versions | 2016.1.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
To reproduce, look at the highlighting in
new Regex("[,.]")
. I would expect the dot to be highlighted in the same color as the comma (dark brown) but it is parsed as a special character (light blue).