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

tools: remove unneeded escaping in generate.js by Trott · Pull Request #9781 · nodejs/node · GitHub

/ node Public

tools: remove unneeded escaping in generate.js - #9781

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:nescafape
Closed

tools: remove unneeded escaping in generate.js#9781
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:nescafape

Conversation

Trott commented Nov 24, 2016

Copy link
Copy Markdown
Member
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

Description of change

- does not need to be escaped in a regular expression outside of
character classes.

`-` does not need to be escaped in a regular expression outside of
character classes.
Trott added the tools Issues and PRs related to the tools directory. label Nov 24, 2016
Trott changed the title tools: remove gratuitous escaping in generate.js tools: remove unneeded escaping in generate.js Nov 27, 2016

Trott commented Nov 27, 2016

Copy link
Copy Markdown
Member Author

doc tool code is not exercised in CI, but here's a linter run: https://ci.nodejs.org/job/node-test-linter/5394/

Trott added a commit to Trott/io.js that referenced this pull request Nov 27, 2016
`-` does not need to be escaped in a regular expression outside of
character classes.

PR-URL: nodejs#9781
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

Trott commented Nov 27, 2016

Copy link
Copy Markdown
Member Author

Landed in fe1dcb5

Trott closed this Nov 27, 2016
addaleax pushed a commit that referenced this pull request Dec 5, 2016
`-` does not need to be escaped in a regular expression outside of
character classes.

PR-URL: #9781
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Fishrock123 mentioned this pull request Dec 5, 2016
2 tasks
MylesBorins pushed a commit that referenced this pull request Dec 20, 2016
`-` does not need to be escaped in a regular expression outside of
character classes.

PR-URL: #9781
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 20, 2016
`-` does not need to be escaped in a regular expression outside of
character classes.

PR-URL: #9781
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
`-` does not need to be escaped in a regular expression outside of
character classes.

PR-URL: #9781
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
`-` does not need to be escaped in a regular expression outside of
character classes.

PR-URL: #9781
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This was referenced Dec 21, 2016
Trott deleted the nescafape 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

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