blob: 210746566b3ac6a7258fbc1bbe478c5794c25e8a [file] [log] [blame]
Tests that evals with sourceURL comment are shown in scripts panel.
Debugger was enabled.
Running: testSourceURLCommentInInlineScript
Running: testSourceURLComment
function keepAlive() {}
//@ sourceURL=evalURL.js
Running: testSourceURLCommentInDynamicScript
function keepAliveInDynamicScript() {}
//@ sourceURL=dynamicScriptURL.js
Running: testNonRelativeURL
function relativeURLScript() {}
//@ sourceURL=/js/nonRelativeURL.js
Running: testHashSyntax
function hashSyntax() {}
//# sourceURL=hashSyntax.js
Debugger was disabled.