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
7 lines
131 B
JavaScript
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");
|