summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-format.js
Commit message (Expand)AuthorAgeFilesLines
* util: inspect ArrayBuffers contents as wellRuben Bridgewater2019-01-091-0/+5
* test: remove `util.inherits()` usageZYSzys2018-12-301-1/+2
* util: `format()` now formats bigint and booleansRuben Bridgewater2018-12-191-1/+18
* util,console: handle symbols as defined in the specRuben Bridgewater2018-12-031-12/+4
* util: treat format arguments equallyRoman Reiss2018-10-171-0/+16
* util: support BigInt in util.formatMasashi Hirano2018-10-091-0/+34
* test: make url-util-format engine agnosticRich Trott2018-06-071-3/+12
* util: remove erroneous whitespaceRuben Bridgewater2018-05-211-8/+8
* test: use ES6 classes instead of util.inheritsTobias Nießen2017-11-121-8/+9
* util: refactor inspect for performance and moreRuben Bridgewater2017-09-141-0/+16
* util: implement %o and %O as formatting specifiersGreg Alexander2017-08-041-0/+82
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* test: use regex error checks in test-util-formatSuperwoods2017-07-171-1/+1
* util: ignore invalid format specifiersMichaël Zasso2017-06-161-0/+6
* util: refactor format method.Performance improved.Jesus Seijas2017-06-021-0/+8
* test: cover util.format() format placeholderscjihrig2017-05-251-0/+10
* util: add %i and %f formatting specifiersRoman Reiss2017-03-291-9/+37
* util: throw toJSON errors when formatting %jTimothy Gu2017-03-101-0/+10
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: improve coverage of the util moduleMichaël Zasso2016-09-201-38/+48
* util: fix formatting of objects with SIMD enabledAnna Henningsen2016-08-021-0/+2
* test: cleanup IIFE testscjihrig2016-07-141-3/+3
* util: Change how Error objects are formattedMudit Ameta2016-01-111-5/+18
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-2/+5
* util: handle symbols properly in format()cjihrig2015-02-241-0/+10
* Remove excessive copyright/license boilerplateisaacs2015-01-121-24/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+78