Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-classes-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-classes-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-classes-expected.txt |
| index 3210d9b145c01a2c15458b915a5c65480d880c07..06080dcf1e5707f17dc50b470e4d7b6094aa5c13 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-classes-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-classes-expected.txt |
| @@ -86,3 +86,18 @@ Correct mapping for <static> |
| Correct mapping for <1> |
| Correct mapping for <return> |
| +Running: classExpression |
| +====== 8< ------ |
| +new (class { |
| + constructor() { |
| + debugger |
| + } |
| +} |
|
dgozman
2016/05/26 20:47:51
Kind of strange formatting here...
lushnikov
2016/05/26 21:03:22
Yep, but that's a very rare case - don't want to i
|
| +) |
| + |
| +------ >8 ====== |
| +Correct mapping for <new> |
| +Correct mapping for <class> |
| +Correct mapping for <constructor> |
| +Correct mapping for <debugger> |
| + |