diff options
Diffstat (limited to '')
-rw-r--r-- | devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js b/devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js new file mode 100644 index 0000000000..adce39193d --- /dev/null +++ b/devtools/server/tests/xpcshell/setBreakpoint-on-column-with-no-offsets-in-gcd-script.js @@ -0,0 +1,7 @@ +"use strict"; + +function f() {} + +(function () { + var a = 1; var c = 3; +})(); |