* fast/js/pretty-print-expected.txt:
Update result.
* fast/js/resources/pretty-print.js:
Fix description string.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@15527
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-07-19 Anders Carlsson <acarlsson@apple.com>
+
+ * fast/js/pretty-print-expected.txt:
+ Update result.
+
+ * fast/js/resources/pretty-print.js:
+ Fix description string.
+
2006-07-19 Anders Carlsson <acarlsson@apple.com>
Reviewed by Darin.
+This test checks that regexps and strings with special characters are pretty-printed correctly
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
PASS successfullyParsed is true
TEST COMPLETE
-//description(
-"This test checks that regexps and strings with are pretty-printed correctly"
-//);
+description(
+"This test checks that regexps and strings with special characters are pretty-printed correctly"
+);
function f() {
var re = /test/g;