Skip to content

test: cover util.format() format placeholders - #13159

Closed
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:util
Closed

test: cover util.format() format placeholders#13159
cjihrig wants to merge 1 commit into
nodejs:masterfrom
cjihrig:util

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

This commit adds coverage for several edge cases related to util.format() format string placeholders.

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

test

This commit adds coverage for several edge cases related to
util.format() format string placeholders.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 22, 2017
@mscdexmscdex added the util Issues and PRs related to the built-in util module. label May 22, 2017
@addaleax

Copy link
Copy Markdown
Member

Landed in 0903dcf

@cjihrig
cjihrig deleted the util branch May 25, 2017 15:59
addaleax pushed a commit that referenced this pull request May 25, 2017
This commit adds coverage for several edge cases related to
util.format() format string placeholders.
PR-URL: #13159
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
jasnell pushed a commit that referenced this pull request May 25, 2017
This commit adds coverage for several edge cases related to
util.format() format string placeholders.
PR-URL: #13159
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
jasnell pushed a commit that referenced this pull request May 28, 2017
This commit adds coverage for several edge cases related to
util.format() format string placeholders.
PR-URL: #13159
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@jasnelljasnell mentioned this pull request May 28, 2017
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
@MylesBorins

Copy link
Copy Markdown
Contributor

This does not land cleanly in LTS. Please feel free to manually backport. Please also feel free to replace do-not-land if it is being backported

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

Labels

testIssues and PRs related to the tests.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

@cjihrig@addaleax@MylesBorins@refack@jasnell@evanlucas@lpinca@watilde@mscdex@nodejs-github-bot