Community
Participate
Working Groups
I had a file with a rubbish content like this: function main(args){ var test1; test=0; test2fsdf ffjhhadoif alert("this is my js!");fasdf test("test"); bllaaasdfasdfasdfasdf } changed it to: function main(args){ var test1; test=0; test2fsdf ffjhhadoif alert("this is my js!");fasdf test("test"); bllaaasdfasdfasdfasdf //nowa } added "//nowa" just before closing "}", and committed the file. When working on bug 362323 I noticed that even though the diff looks like this: diff --git a/gotom.js b/gotom.js index 4fcb650..66ad8f9 100644 --- a/gotom.js +++ b/gotom.js @@ -6,4 +6,5 @@ alert("this is my js!");fasdf test("test"); bllaaasdfasdfasdfasdf + //nowa } \ No newline at end of file the "}" is not displayed on the left side (see the attached screenshot).
Created attachment 207598 [details] Screenshot
(In reply to comment #1) > Created attachment 207598 [details] > Screenshot Good catch, I think it is duplicated to bug 360985. *** This bug has been marked as a duplicate of bug 360985 ***