1 PASS Function("'use strict'; \"\\010\"") threw exception of type SyntaxError.
2 PASS !!Function("\"\\010\"") is true
4 PASS Function("'use strict'; \"\\00\"") threw exception of type SyntaxError.
5 PASS !!Function("\"\\00\"") is true
7 PASS Function("'use strict'; \"\\1\"") threw exception of type SyntaxError.
8 PASS !!Function("\"\\1\"") is true
10 FAIL Function("'use strict'; \"\\08\"") should throw an instance of SyntaxError
11 PASS !!Function("\"\\08\"") is true
13 PASS !!Function("'use strict'; \"\\0\"") is true
14 PASS !!Function("\"\\0\"") is true
16 PASS !!Function("'use strict'; \"\\0x\"") is true
17 PASS !!Function("\"\\0x\"") is true
20 PASS successfullyParsed is true