summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/pretty-print-expected.txt
blob: 049a0e7c3aab3c8a12d473aab857fc30a6aa5864 (plain)
1
2
3
4
5
6
7
8
9
10
This test checks that regexps, strings with special characters, object literals with non-identifier names, and array literals are pretty-printed correctly

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS g().toString() is ['a', 'b', 'c'].toString()
PASS successfullyParsed is true

TEST COMPLETE