diff --git a/foo.js b/foo.js index c9f92fc..151b6d5 100644 --- a/foo.js +++ b/foo.js @@ -1,6 +1,7 @@ function() { - var a = 'Hello'.replace(/H/, 'Z'); + var a = 'Hello'.replace(/H/, 'X'); // tab indent return 'quxxxer!'; - // trailing spaces + // trailing spaces + "further changes" } // no newlinex