Skip to content

Fix invalid escape sequence in regex - #6

Open
CyrillePierre wants to merge 1 commit into
dmillard:masterfrom
CyrillePierre:master
Open

Fix invalid escape sequence in regex#6
CyrillePierre wants to merge 1 commit into
dmillard:masterfrom
CyrillePierre:master

Conversation

@CyrillePierre

Copy link
Copy Markdown

The code contains several regex \<.*\> to extract the template parameters. Escaping the symbol < induces a warning message: "Unsupported escape sequence in string literal".
This PR removes the escape sequence of < because it is not required in this context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant