node/test/pummel
Jackson Tian 4d78121b77 lib: simplify code with String.prototype.repeat()
use String.prototype.repeat() to simplify code, less code,
more semantically.

PR-URL: https://github.com/nodejs/node/pull/5359
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-03-21 16:42:58 -07:00
..
test-abort-fatal-error.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-child-process-spawn-loop.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30
test-crypto-dh.js crypto: Improve control of FIPS mode 2016-02-25 15:06:41 -05:00
test-dh-regr.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-dtrace-jsstack.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-exec.js test: pummel test fixes 2016-02-01 09:17:55 -08:00
test-fs-watch-file-slow.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-fs-watch-file.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-fs-watch-non-recursive.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-http-client-reconnect-bug.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-http-many-keep-alive-connections.js test: don't use arguments.callee 2015-08-04 11:56:14 -07:00
test-http-upload-timeout.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-https-ci-reneg-attack.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-https-large-response.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
test-https-no-reader.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-keep-alive.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-net-connect-econnrefused.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-connect-memleak.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-many-clients.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
test-net-pause.js test: change calls to deprecated util.print() 2015-09-28 13:21:15 -07:00
test-net-pingpong-delay.js test: replace deprecated util.debug() calls 2015-09-28 11:15:06 -07:00
test-net-pingpong.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-throttle.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
test-net-timeout2.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-net-timeout.js test: fix undeclared variable access 2015-06-11 20:22:51 +02:00
test-net-write-callbacks.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-next-tick-infinite-calls.js test: remove unused assert module imports 2015-12-30 11:45:34 -08:00
test-process-hrtime.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-process-uptime.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-regress-GH-814_2.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-regress-GH-814.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-regress-GH-892.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-stream2-basic.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-stream-pipe-multi.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-timer-wrap2.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-timer-wrap.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-timers.js test: fix issues for space-in-parens ESLint rule 2016-01-19 04:09:39 +01:00
test-tls-ci-reneg-attack.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-connect-memleak.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-securepair-client.js test: remove unused modules 2016-01-01 16:37:02 -08:00
test-tls-server-large-request.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
test-tls-session-timeout.js test: changing process.exit to return while skipping tests 2015-07-20 15:50:42 +05:30
test-tls-throttle.js lib: simplify code with String.prototype.repeat() 2016-03-21 16:42:58 -07:00
test-vm-memleak.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
test-watch-file.js test: remove unused vars 2016-01-05 08:59:58 -08:00
testcfg.py