Skip to content

test: clean up string concatenation - #15820

Closed
agilbert wants to merge 2 commits into
nodejs:masterfrom
agilbert:test-string-cleanup
Closed

test: clean up string concatenation#15820
agilbert wants to merge 2 commits into
nodejs:masterfrom
agilbert:test-string-cleanup

Conversation

@agilbert

@agilbert agilbert commented Oct 6, 2017

Copy link
Copy Markdown

This commit replaces string concatenation with template literals.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

test

agilbert added 2 commits October 6, 2017 09:31
replace string concatenation with template literals.
@nodejs-github-bot nodejs-github-bot added addons Issues and PRs related to native addons. test Issues and PRs related to Node.js core tests and test infrastructure. labels Oct 6, 2017
@Trott Trott added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Oct 6, 2017
@gibfahn

gibfahn commented Oct 9, 2017

Copy link
Copy Markdown
Member

gireeshpunathil pushed a commit that referenced this pull request Oct 11, 2017
replace string concatenation with template literals.

PR-URL: #15820
Reviewed-By: Ryan Graham <r.m.graham@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@gireeshpunathil

Copy link
Copy Markdown
Member

Landed in 16ed116
Thank you for the contribution!

addaleax pushed a commit to addaleax/ayo that referenced this pull request Oct 12, 2017
replace string concatenation with template literals.

PR-URL: nodejs/node#15820
Reviewed-By: Ryan Graham <r.m.graham@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@targos

targos commented Oct 18, 2017

Copy link
Copy Markdown
Member

Marking dont-land-on- because this test was added in #12794 which is semver-major.

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

Labels

addons Issues and PRs related to native addons. code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. test Issues and PRs related to Node.js core tests and test infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.