| Index: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
|
| index 300b958074f8c3a3d6e2339928fffe94bdf9d673..27dcc8ba7e2fba97c03dc584a064fe2840924b78 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-6-expected.txt
|
| @@ -11,15 +11,15 @@ rule 0: ".box#{$i}"
|
| property 0
|
| name: "color"
|
| range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":13}
|
| - value: " $color"
|
| - range: {"startLine":2,"startColumn":14,"endLine":2,"endColumn":21}
|
| + value: "$color"
|
| + range: {"startLine":2,"startColumn":15,"endLine":2,"endColumn":21}
|
| range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":22}
|
| disabled: false
|
| property 1
|
| name: "margin"
|
| range: {"startLine":3,"startColumn":8,"endLine":3,"endColumn":14}
|
| - value: " 10px"
|
| - range: {"startLine":3,"startColumn":15,"endLine":3,"endColumn":20}
|
| + value: "10px"
|
| + range: {"startLine":3,"startColumn":16,"endLine":3,"endColumn":20}
|
| range: {"startLine":3,"startColumn":8,"endLine":3,"endColumn":21}
|
| disabled: false
|
| ======
|
|
|