| Index: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-9-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-9-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-9-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..83a5cca771339f02d2a9a7908a398bccc8c77e63
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-9-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +Verifies JavaScript pretty-printing functionality.
|
| +
|
| +
|
| +Running: parenthesizedExpressions
|
| +====== 8< ------
|
| +if ((a))
|
| + ((b));
|
| +else
|
| + (c);
|
| +
|
| +------ >8 ======
|
| +Correct mapping for <if>
|
| +Correct mapping for <((a))>
|
| +Correct mapping for <((b));>
|
| +Correct mapping for <else>
|
| +Correct mapping for <(c)>
|
| +
|
|
|