Skip to content

Conversation

@Trott
Copy link
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
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 <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@Trott
Copy link
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 <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@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 <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
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 <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
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 <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
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 <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
This was referenced Dec 21, 2016
@TrottTrott 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