summaryrefslogtreecommitdiff
path: root/test/parallel/test-readline-interface.js
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-14test: remove unused variable from catchPaige Kato
2018-05-23test: improve coverage for readline.InterfaceMasashi Hirano
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-02-07readline: use Date.now() and move test to parallelAnatoli Papirovski
2018-01-11test: fix spelling in test case commentsTobias Nießen
2017-12-11test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski
2017-11-12test: use ES6 classes instead of util.inheritsTobias Nießen
2017-10-09test: increase test coverage of readline-interfaceDaniel Kostro
2017-09-22test: improve readline test coverage for ttyClaudio Rodriguez
2017-09-03test: fix flaky test-readline-interfaceRich Trott
2017-08-09test: split out load-sensitive readline testsRich Trott
2017-08-08test: fix test-readline-interfaceAzard
2017-08-06test: add block scoping to test-readline-interfaceRich Trott
2017-07-31readline: remove max limit of crlfDelayAzard
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-21doc, lib, test: do not re-require needlesslyVse Mozhet Byt
2017-07-03test: remove common.noopRich Trott
2017-06-13errors, readline: migrate to use internal/errors.jsScott McKenzie
2017-05-31test: use mustCall() in test-readline-interfaceRich Trott
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-01test,lib,doc: use function declarationsRich Trott
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-22readline: rename `deDupeHistory` optionDanny Nemer
2017-03-17readline: add option to stop duplicates in historyDanny Nemer
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2016-12-22tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-09-08readline: key interval delay for \r & \nPrince J Wesley
2016-08-02test: improve chained property readabilityRich Trott
2016-06-28test: test isFullWidthCodePoint with invalid inputRich Trott
2016-06-25readline: allow passing prompt to constructorEvan Lucas
2016-05-13repl: copying tabs shouldn't trigger completionEugene Obrezkov
2016-05-02readline: remove deprecated methodscjihrig
2016-04-26readline: allow history to be disabledsurya panikkal
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-02test: fix variable redeclarationsRich Trott
2016-01-13test: fix style issues after eslint updateMichaël Zasso
2015-11-10test: fix tests that check error messagescjihrig
2015-10-01test: load common.js to test for global leaksRich Trott
2015-08-04readline: allow tabs in inputRich Trott
2015-07-11readline: fix freeze if `keypress` event throwsAlex Kocharin
2015-06-12Revert "readline: allow tabs in input"Jeremiah Senkpiel
2015-06-06readline: allow tabs in inputRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin