Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / mozilla / strict / B.1.2-expected.txt
blob2a60797a532dd589882ad7a47f12f0a63f556c89
1 PASS Function("'use strict'; \"\\010\"") threw exception of type SyntaxError.
2 PASS !!Function("\"\\010\"") is true
3 PASS true === true
4 PASS Function("'use strict'; \"\\00\"") threw exception of type SyntaxError.
5 PASS !!Function("\"\\00\"") is true
6 PASS true === true
7 PASS Function("'use strict'; \"\\1\"") threw exception of type SyntaxError.
8 PASS !!Function("\"\\1\"") is true
9 PASS true === true
10 FAIL Function("'use strict'; \"\\08\"") should throw an instance of SyntaxError
11 PASS !!Function("\"\\08\"") is true
12 PASS true === true
13 PASS !!Function("'use strict'; \"\\0\"") is true
14 PASS !!Function("\"\\0\"") is true
15 PASS true === true
16 PASS !!Function("'use strict'; \"\\0x\"") is true
17 PASS !!Function("\"\\0x\"") is true
18 PASS true === true
19  PASSED! 
20 PASS successfullyParsed is true
22 TEST COMPLETE