Chromium Code Reviews| Index: tools/gn/format_test_data/067.golden |
| diff --git a/tools/gn/format_test_data/067.golden b/tools/gn/format_test_data/067.golden |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9ce2fa7727623228e9b8fbf8c68e4352a286f625 |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/067.golden |
| @@ -0,0 +1,17 @@ |
| +# Scope wrapping. |
| + |
| +myscope = { |
| +} |
| +myscope = { |
| + a = 1 |
| +} |
| +myscope = { |
| + a = 1 |
| + b = 2 |
| +} |
| + |
| +# Comment |
| +SomeFunction({ |
| + a = 1 |
| + }, |
| + "foo") |