1 Verifies JavaScript pretty-printing functionality.
4 Running: multipleVariableDeclarations
10 var a, b, c, d = 2, e, f = 3;
13 Correct mapping for <{}>
14 Correct mapping for <hello>
15 Correct mapping for <;>
17 Running: emptyObjectExpression
22 Correct mapping for <{>
23 Correct mapping for <}>
24 Correct mapping for <a>
26 Running: breakContinueStatements
35 Correct mapping for <break>
36 Correct mapping for <continue>
37 Correct mapping for <2>
38 Correct mapping for <else>
40 Running: chainedIfStatements
46 else if (a % 5 === 3) {
53 Correct mapping for <7>
54 Correct mapping for <9>
55 Correct mapping for <3>
56 Correct mapping for <++>
58 Running: tryCatchStatement
69 Correct mapping for <try>
70 Correct mapping for <catch>
71 Correct mapping for <finally>