| Index: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt
|
| index 761105b57b7100a429325253b4aa539780de4d4c..841f2e520e58ae74a9d0e0d76def58039ae45a44 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7-expected.txt
|
| @@ -44,3 +44,19 @@ Correct mapping for <1000>
|
| Correct mapping for <belay>
|
| Correct mapping for <activeElement>
|
|
|
| +Running: continueStatementFormatting
|
| +====== 8< ------
|
| +function foo() {
|
| + while (1) {
|
| + if (a)
|
| + continue;
|
| + test();
|
| + }
|
| +}
|
| +
|
| +------ >8 ======
|
| +Correct mapping for <function>
|
| +Correct mapping for <1>
|
| +Correct mapping for <continue>
|
| +Correct mapping for <test>
|
| +
|
|
|