Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
repl: fix lint
  • Loading branch information
islandryu committed Sep 11, 2024
commit 2bdc4a4fd942d5d304c18c322f325ab9a60dc6e9
2 changes: 1 addition & 1 deletion test/parallel/test-repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const possibleTokensAfterIdentifierWithLineBreak = [
'= \n1', '+= \n1', '-= \n1', '*= \n1', '/= \n1', '%= \n1',
': \n',
'? \n1: 1',
]
];

const errorTests = [
// Uncaught error throws and prints out
Expand Down