Skip to content

Commit

Permalink
First part of source link file name also needs to be translated
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Jul 9, 2013
1 parent 56a7158 commit c5f979a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/content/commandLine/6291/issue6291.js
Expand Up @@ -17,7 +17,8 @@ function runTest()
var alertCommand = "alert({toString: function(){ throw 1; }})";
var expected = {
sourceCode: alertCommand,
scriptName: "/* EXP... 1; }})",
scriptName: "/* " + FW.FBL.$STR("commandline.errorSourceHeader").substr(0, 3) +
"... 1; }})",
lineNo: 2
};
tasks.push(FBTest.executeCommandAndVerify, alertCommand,
Expand Down

0 comments on commit c5f979a

Please sign in to comment.