summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/toString-try-else-expected.txt
blob: 31a826764cbe3bb4d67ef18ad24b740d7417dead (plain)
1
2
3
4
5
6
7
8
9
10
This test checks that toString() round-trip on a function that has a else clause directly followed by an else clause puts whitespace between the two on decompilation.

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


PASS unevalf(eval(unevalf(testTryElse))) is unevalf(testTryElse)
PASS successfullyParsed is true

TEST COMPLETE