Index: test/webkit/fast/js/kde/parse.js |
diff --git a/test/webkit/fast/js/kde/parse.js b/test/webkit/fast/js/kde/parse.js |
index ca85e7637c8ff90a7d51197078cb5f9bae141526..94467f1061cc0038abe046fda4aeb4268ad182c4 100644 |
--- a/test/webkit/fast/js/kde/parse.js |
+++ b/test/webkit/fast/js/kde/parse.js |
@@ -63,4 +63,4 @@ shouldThrow("var f\\u00F7;"); |
shouldThrow("var \\u0030;"); |
shouldThrow("var test = { }; test.i= 0; test.i\\u002b= 1; test.i;"); |
-shouldBe("var test = { }; test.i= 0; test.i\u002b= 1; test.i;", "1"); |
+shouldBe("var test = { }; test.i= 0; test.i\u002b= 1; test.i;", "1"); |