This repository was archived by the owner on Nov 18, 2022. It is now read-only.
String start/end detection+display in some macros buggy if they contain an open curly brace #397
Open
Description
I'm posting this here because I believe the issue to be due to the extension, even though I'm encountering it while working with proptest
Essentially, while specifying a string regex for some of my test cases, using an opening curly brace ({
) results in the string detection to skip the next encountered quote mark, resulting in the appearance that additional data is part of the string:
Note that this affects the display only, the code compiles and runs just fine. For that matter, no problems are detected either. This is a cosmetic issue only, no workarounds required.