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