Index: test/webkit/parser-xml-close-comment.js |
diff --git a/test/webkit/parser-xml-close-comment.js b/test/webkit/parser-xml-close-comment.js |
index d3f458f6594d4847ec8a9f2ab6261a2efdb58137..a42da24e81409957bccb7d3892e91536ed070e00 100644 |
--- a/test/webkit/parser-xml-close-comment.js |
+++ b/test/webkit/parser-xml-close-comment.js |
@@ -26,7 +26,7 @@ description("Test to ensure correct handling of --> as a single line comment whe |
shouldThrow("'should be a syntax error' -->"); |
shouldThrow("/**/ 1 -->"); |
shouldThrow("1 /**/ -->"); |
-shouldThrow("1/*\n*/-->"); |
+shouldBe("1/*\n*/-->", "1"); |
shouldBeUndefined("-->"); |
shouldBeUndefined("/**/-->"); |