| Index: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
|
| index 4ef16da16708ecefcd3348a6715ea843a0f3c294..0753e1ff664f0ada58491c859566a9dbf569ca4f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-6-expected.txt
|
| @@ -80,3 +80,16 @@ Correct mapping for <function>
|
| Correct mapping for <alert>
|
| Correct mapping for <2000>
|
|
|
| +Running: arrowFunction
|
| +====== 8< ------
|
| +function test(arg) {
|
| + console.log(arg);
|
| +}
|
| +test(a=>a + 2);
|
| +
|
| +------ >8 ======
|
| +Correct mapping for <function>
|
| +Correct mapping for <console>
|
| +Correct mapping for <=>>
|
| +Correct mapping for <2>
|
| +
|
|
|