summaryrefslogtreecommitdiff
path: root/test/parallel/test-readline-interface.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add missing type of removeEventListener in questionDeokjin Kim2022-12-011-0/+18
* test: improve lib/readline.js coverageMURAKAMI Masahiko2022-09-151-0/+13
* readline: fix question stack overflowEugene Chapko2022-06-121-0/+24
* lib: refactor `validateInt32` and `validateUint32`mawaregetsuka2022-05-221-5/+1
* readline: fix question still called after closedXuguang Mei2022-04-081-0/+34
* readline: bind keystroke `ctrl`+`6` to redoRay2022-02-071-4/+16
* readline: add feature yank and yank popRay2022-01-221-0/+71
* readline: undo previous edit when get key code 0x1FRay2022-01-211-0/+22
* test: improve coverage for `question` in readlineQingyu Deng2021-05-261-0/+12
* test: refactor `test-readline-interface` to be shorterJuan José Arboleda2021-05-171-27/+9
* test: replace function with arrow function and remove unused argumentAndres2021-04-211-8/+8
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-3/+3
* readline: fix pre-aborted signal question handlingNitzan Uziely2021-04-011-0/+25
* readline: add AbortSignal support to interfaceNitzan Uziely2021-04-011-1/+56
* test,doc,lib: adjust object literal newlines for lint ruleRich Trott2021-01-261-1/+2
* readline: add history event and option to set initial historyMattias Runge-Broberg2021-01-251-27/+54
* readline: add support for the AbortController to the question methodMattias Runge-Broberg2021-01-231-0/+46
* test: increase coverage for readlineZijian Liu2020-12-071-0/+13
* readline: add getPrompt to get the current promptMattias Runge-Broberg2020-11-101-1/+11
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-6/+6
* test: skip some console tests on dumb terminalAdam Majer2020-05-081-0/+1
* test: replace flag expose_internals to expose-internalsJuan José Arboleda2020-04-021-1/+1
* readline: make tab size configurableRuben Bridgewater2020-02-071-0/+52
* test: abstract common assertions in readline-interface testRuben Bridgewater2020-02-051-102/+41
* test: refactor test-readline-interface.jsRuben Bridgewater2020-02-051-1096/+791
* util: improve unicode supportRuben Bridgewater2020-01-221-28/+27
* test: stricten readline keypress failure test conditionRuben Bridgewater2020-01-121-4/+9
* readline: improve getStringWidth()Ruben Bridgewater2020-01-101-44/+16
* readline,repl: improve history up/previousRuben Bridgewater2020-01-101-6/+14
* readline,repl: add substring based history searchRuben Bridgewater2020-01-101-2/+34
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-12/+12
* readline: promote _getCursorPos to public apiJeremy Albright2019-12-161-34/+34
* lib: rename lib/internal/readline.jscjihrig2019-07-201-1/+1
* readline: fix position computationBenoît Zugmeyer2019-07-031-1/+18
* readline: error on falsy values for callbackSam Roberts2019-06-101-0/+20
* readline: replace quadratic regex with linear oneThomas2019-03-301-0/+23
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-5/+5
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-9/+9
* readline: improve Unicode handlingAvi ד2019-03-011-0/+166
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-4/+4
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-3/+3
* tools: capitalize sentencesRuben Bridgewater2018-12-101-6/+6
* test: remove unused variable from catchPaige Kato2018-10-141-1/+1
* test: improve coverage for readline.InterfaceMasashi Hirano2018-05-231-0/+171
* 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