Skip to content

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

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.
@TrottTrott added the tools Issues and PRs related to the tools directory. label Nov 24, 2016
@TrottTrott changed the title tools: remove gratuitous escaping in generate.jstools: remove unneeded escaping in generate.jsNov 27, 2016
@Trott

Copy link
Copy Markdown
MemberAuthor

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

Copy link
Copy Markdown
MemberAuthor

Landed in fe1dcb5

@TrottTrott 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>
@Fishrock123Fishrock123 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
Trott deleted the nescafape branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@Fishrock123@princejwesley@targos@MylesBorins