forked from LeenkxTeam/Kmake
19 lines
299 B
Plaintext
19 lines
299 B
Plaintext
|
|
Regression test for crbug.com/1319828
|
||
|
|
|
||
|
|
Running test: testDebuggerGetPossibleBreakpoints
|
||
|
|
|
||
|
|
function foo() {
|
||
|
|
|_|console.|C|log('Hello World!');
|
||
|
|
|R|}
|
||
|
|
|
||
|
|
|
||
|
|
Running test: testDebuggerSetBreakpointByUrl
|
||
|
|
function foo() {
|
||
|
|
#console.log('Hello World!');
|
||
|
|
}
|
||
|
|
|
||
|
|
function foo() {
|
||
|
|
console.#log('Hello World!');
|
||
|
|
}
|
||
|
|
|