FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

v6 backport: benchmark,lib,test,tools: remove unneeded . escape by Trott · Pull Request #9749 · nodejs/node · GitHub

/ node Public

v6 backport: benchmark,lib,test,tools: remove unneeded . escape - #9749

Closed
Trott wants to merge 1 commit into
nodejs:v6.x-stagingfrom
Trott:backport-v6-9449
Closed

v6 backport: benchmark,lib,test,tools: remove unneeded . escape#9749
Trott wants to merge 1 commit into
nodejs:v6.x-stagingfrom
Trott:backport-v6-9449

Conversation

Trott commented Nov 22, 2016

Copy link
Copy Markdown
Member

Backport of #9449 for v6.x-staging. @thealphanerd

The . character does not need to be escaped when it appears inside a
regular expression character class. This removes instances of
unnecessary escapes of the . character.

This also removes a few unnecessary escapes of the ( and )
characters within character classes too.

PR-URL: #9449
Reviewed-By: Roman Reiss me@silverwind.io
Reviewed-By: Colin Ihrig cjihrig@gmail.com
Reviewed-By: Minwoo Jung jmwsoft@gmail.com
Reviewed-By: James Snell jasnell@gmail.com

The `.` character does not need to be escaped when it appears inside a
regular expression character class. This removes instances of
unnecessary escapes of the `.` character.

This also removes a few unnecessary escapes of the `(` and `)`
characters within character classes too.

PR-URL: nodejs#9449
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: James Snell <jasnell@gmail.com>
nodejs-github-bot added tls Issues and PRs related to the tls subsystem. tools Issues and PRs related to the tools directory. v6.x labels Nov 22, 2016
mscdex changed the title v6 bacport: benchmark,lib,test,tools: remove unneeded . escape v6 backport: benchmark,lib,test,tools: remove unneeded . escape Nov 22, 2016

not-an-aardvark left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

MylesBorins pushed a commit that referenced this pull request Dec 8, 2016
The `.` character does not need to be escaped when it appears inside a
regular expression character class. This removes instances of
unnecessary escapes of the `.` character.

This also removes a few unnecessary escapes of the `(` and `)`
characters within character classes too.

PR-URL: #9449
Ref: #9749
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: James Snell <jasnell@gmail.com>

Copy link
Copy Markdown
Contributor

landed in a8909b8

MylesBorins closed this Dec 8, 2016
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
The `.` character does not need to be escaped when it appears inside a
regular expression character class. This removes instances of
unnecessary escapes of the `.` character.

This also removes a few unnecessary escapes of the `(` and `)`
characters within character classes too.

PR-URL: #9449
Ref: #9749
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: James Snell <jasnell@gmail.com>
Trott deleted the backport-v6-9449 branch January 13, 2022 22:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tls Issues and PRs related to the tls subsystem. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL