forked from LeenkxTeam/Kmake
14 lines
198 B
Plaintext
14 lines
198 B
Plaintext
|
|
Regression test for crbug.com/1222065
|
||
|
|
|
||
|
|
Running test: test
|
||
|
|
- Debugger.setBreakpoint(foo.js:2:9)
|
||
|
|
function foo(x) {
|
||
|
|
return x;#
|
||
|
|
}
|
||
|
|
|
||
|
|
- Debugger.setBreakpoint(foo.js:3)
|
||
|
|
function foo(x) {
|
||
|
|
return x;#
|
||
|
|
}
|
||
|
|
|