| Index: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html
|
| index 79064ef74cd614bf95f63a72d323461d5c5aed62..138907fef6adcfdb1db0af4dd470ffce3f69fb58 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-javascript-7.html
|
| @@ -46,6 +46,12 @@ function test()
|
| var mappingQueries = ["a", "b"];
|
| testJSFormatter("a();\n\n\n\n\n\n\n\n\nb();", mappingQueries, next);
|
| },
|
| +
|
| + function ensureExponentialOperator(next)
|
| + {
|
| + var mappingQueries = ["2", "**", "3"];
|
| + testJSFormatter("2**3", mappingQueries, next);
|
| + },
|
| ]);
|
| }
|
|
|
|
|