bdash | 90b9d80 | 2007-01-14 07:53:38 +0000 | [diff] [blame] | 1 | This test checks that regexps, strings with special characters, object literals with non-identifier names, and array literals are pretty-printed correctly |
andersca | 5e38914 | 2006-07-19 18:30:02 +0000 | [diff] [blame] | 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
bdash | 90b9d80 | 2007-01-14 07:53:38 +0000 | [diff] [blame] | 6 | PASS g().toString() is ['a', 'b', 'c'].toString() |
andersca | 30ea0f7 | 2006-07-19 17:32:15 +0000 | [diff] [blame] | 7 | PASS successfullyParsed is true |
| 8 | |
| 9 | TEST COMPLETE |
| 10 | |