Bug 876277 - Normalize formatting for non-test files and rename them to follow a nicer pattern, r=past
This commit is contained in:
11
browser/devtools/debugger/test/code_script-switching-02.js
Normal file
11
browser/devtools/debugger/test/code_script-switching-02.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/* Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/ */
|
||||
|
||||
function secondCall() {
|
||||
// This comment is useful: ☺
|
||||
eval("debugger;");
|
||||
function foo() {}
|
||||
if (true) {
|
||||
foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user