Files
sousa-gecko/devtools/startup/tests/browser/command-line.js
T
Julian Descottes 54c8bd98a4 Bug 1898415 - [devtools] Update test file for browser_command_line_urls.js to define correct line numbers r=devtools-reviewers,bomsy
Test is expecting to select lines 5 and 6, but they are not valid in the test file.
This might also indicate the test is badly written and not properly checking the line / column selection.

Differential Revision: https://phabricator.services.mozilla.com/D257990
2025-07-22 01:16:57 +00:00

7 lines
131 B
JavaScript

"use strict";
console.log("command line script");
// something to select on line 5
console.log("Something to select on line 6");