Skip to content

Commit b87844c

Browse files
committed
fixup: fix broken test
1 parent 9b3385f commit b87844c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-repl-reverse-search.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ const tests = [
251251
'\x1B[1G', '\x1B[0J',
252252
`${prompt}ab = "aaaa"`, '\x1B[14G',
253253
'\x1B[1G', '\x1B[0J',
254-
`${prompt}repl.repl.historyIndex`, '\x1B[25G', '\n// -1',
255-
'\x1B[19C\x1B[1A',
254+
`${prompt}repl.repl.historyIndex`, '\x1B[25G', '\n// 8',
255+
'\x1B[20C\x1B[1A',
256256
'\x1B[1B', '\x1B[2K', '\x1B[1A',
257257
'\nfwd-i-search: _', '\x1B[1A', '\x1B[25G',
258258
'\x1B[3G', '\x1B[0J',

0 commit comments

Comments
 (0)