| Index: third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
|
| index 79129f555e60ba49d63852343e1f4aa31b468f61..8aa735cb61c1fb904c67ebff1e687bb477bece32 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
|
| @@ -13,9 +13,9 @@ CONSOLE MESSAGE: line 45: [object Set Iterator]
|
| CONSOLE MESSAGE: line 46: [object Set Iterator]
|
| CONSOLE MESSAGE: line 47: [object Set Iterator]
|
| CONSOLE MESSAGE: line 85: class{method(){ return 1 }},class classWithWhitespace { method(){ return 1 } },class FooClass {
|
| - jump(x) { return 1 }
|
| - badArrow(x = a => 2) { return "looooooooooooooooooooooooooooooooooooooooooooooooooooong" }
|
| - },jump(x) { return 1 },class BarClass extends FooClass{},class BarClass2 extends class base{} {},class BarClass3 extends function base2(a, b) {} {},_ => { return 1 },(x) => { return 1 },(x, y, z) => { return 1 },({}) => { return 1 },([]) => { return 1 },() => { return "short" },() => { return "looooooooooooooooooooooooooooooooooooooooooooooooooooong" },(...x) => { return 1 },(x, y, ...z) => { return 1 },function (...x) { return 1 },function (x, y, ...z) { return 1 },function ({a}){ return 1 },function ([a]){ return 1 },function ({a, b}){ return 1 },function (...{a}){ return 1 },function (a = (1), b){ return 1 },function (a = {x: (1)}, b){ return 1 },function (a = (x) => { return 1 }, b){ return 2 },function ({a: b}){ return 1 },function (c = ")", {a: b}){ return 1 }
|
| +CONSOLE MESSAGE: line 85: jump(x) { return 1 }
|
| +CONSOLE MESSAGE: line 85: badArrow(x = a => 2) { return "looooooooooooooooooooooooooooooooooooooooooooooooooooong" }
|
| +CONSOLE MESSAGE: line 85: },jump(x) { return 1 },class BarClass extends FooClass{},class BarClass2 extends class base{} {},class BarClass3 extends function base2(a, b) {} {},_ => { return 1 },(x) => { return 1 },(x, y, z) => { return 1 },({}) => { return 1 },([]) => { return 1 },() => { return "short" },() => { return "looooooooooooooooooooooooooooooooooooooooooooooooooooong" },(...x) => { return 1 },(x, y, ...z) => { return 1 },function (...x) { return 1 },function (x, y, ...z) { return 1 },function ({a}){ return 1 },function ([a]){ return 1 },function ({a, b}){ return 1 },function (...{a}){ return 1 },function (a = (1), b){ return 1 },function (a = {x: (1)}, b){ return 1 },function (a = (x) => { return 1 }, b){ return 2 },function ({a: b}){ return 1 },function (c = ")", {a: b}){ return 1 }
|
| CONSOLE MESSAGE: line 93: badArrow(x = a => 2) { return "looooooooooooooooooooooooooooooooooooooooooooooooooooong" },function (a = ") {", b){ return 1 },function (a = function(){ return 1 }, b){ return 2 },function (a = class{ constructor(){} }){ return 2 }
|
| Tests that console logging dumps proper messages.
|
|
|
|
|