Commit 8b396e3
test: fix test-debugger-repl-break-in-module
The line number checks in test-debugger-repl-break-in-module were
checking for line numbers that exceed the total number of lines in the
files that were being inspected. Change the checks to match the actual
files.
PR-URL: #6686
Reviewed-By: Ben Noorhduis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>1 parent 847b29c commit 8b396e3Copy full SHA for 8b396e3
File tree
Expand file treeCollapse file tree
1 file changed
+8
-8
lines changedOpen diff view settings
Filter options
- test/debugger
Expand file treeCollapse file tree
1 file changed
+8
-8
lines changedOpen diff view settings
Collapse file
test/debugger/test-debugger-repl-break-in-module.js
Copy file name to clipboardExpand all lines: test/debugger/test-debugger-repl-break-in-module.js+8-8Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
24 | | - |
| 23 | + |
| 24 | + |
25 | 25 | |
26 | 26 | |
27 | 27 | |
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
46 | | - |
| 45 | + |
| 46 | + |
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
52 | | - |
| 51 | + |
| 52 | + |
53 | 53 | |
54 | 54 | |
55 | 55 | |
|
0 commit comments