summaryrefslogtreecommitdiff
path: root/test/parallel/test-readline-interface.js
Commit message (Expand)AuthorAgeFilesLines
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-17/+6
* readline: use Date.now() and move test to parallelAnatoli Papirovski2018-02-071-0/+77
* test: fix spelling in test case commentsTobias Nießen2018-01-111-1/+1
* test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski2017-12-111-12/+12
* test: use ES6 classes instead of util.inheritsTobias Nießen2017-11-121-8/+5
* test: increase test coverage of readline-interfaceDaniel Kostro2017-10-091-0/+83
* test: improve readline test coverage for ttyClaudio Rodriguez2017-09-221-0/+136
* test: fix flaky test-readline-interfaceRich Trott2017-09-031-24/+0
* test: split out load-sensitive readline testsRich Trott2017-08-091-37/+1
* test: fix test-readline-interfaceAzard2017-08-081-2/+2
* test: add block scoping to test-readline-interfaceRich Trott2017-08-061-318/+402
* readline: remove max limit of crlfDelayAzard2017-07-311-6/+65
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-3/+3
* doc, lib, test: do not re-require needlesslyVse Mozhet Byt2017-07-211-2/+1
* test: remove common.noopRich Trott2017-07-031-4/+4
* errors, readline: migrate to use internal/errors.jsScott McKenzie2017-06-131-8/+4
* test: use mustCall() in test-readline-interfaceRich Trott2017-05-311-1/+1
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-4/+4
* test,lib,doc: use function declarationsRich Trott2017-05-011-3/+1
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-5/+5
* readline: rename `deDupeHistory` optionDanny Nemer2017-03-221-6/+6
* readline: add option to stop duplicates in historyDanny Nemer2017-03-171-0/+61
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-47/+54
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-14/+14
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-1/+1
* tools: enforce linebreak after ternary operatorsMichaël Zasso2016-12-221-3/+3
* readline: key interval delay for \r & \nPrince J Wesley2016-09-081-0/+51
* test: improve chained property readabilityRich Trott2016-08-021-8/+16
* test: test isFullWidthCodePoint with invalid inputRich Trott2016-06-281-0/+5
* readline: allow passing prompt to constructorEvan Lucas2016-06-251-1/+28
* repl: copying tabs shouldn't trigger completionEugene Obrezkov2016-05-131-1/+3
* readline: remove deprecated methodscjihrig2016-05-021-29/+25
* readline: allow history to be disabledsurya panikkal2016-04-261-0/+19
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-1/+1
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-2/+2
* test: fix variable redeclarationsRich Trott2016-02-021-1/+1
* test: fix style issues after eslint updateMichaël Zasso2016-01-131-1/+1
* test: fix tests that check error messagescjihrig2015-11-101-2/+1
* test: load common.js to test for global leaksRich Trott2015-10-011-0/+1
* readline: allow tabs in inputRich Trott2015-08-041-0/+53
* readline: fix freeze if `keypress` event throwsAlex Kocharin2015-07-111-0/+18
* Revert "readline: allow tabs in input"Jeremiah Senkpiel2015-06-121-53/+0
* readline: allow tabs in inputRich Trott2015-06-061-0/+53
* test: enable linting for testsRoman Reiss2015-05-191-11/+16
* readline: turn emitKeys into a streaming parserAlex Kocharin2015-05-101-25/+0
* readline: fix calling constructor without newAlex Kocharin2015-04-101-0/+12
* Remove excessive copyright/license boilerplateisaacs2015-01-121-23/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+342