Chromium Code Reviews| Index: tools/gn/format_test_data/022.gn |
| diff --git a/tools/gn/format_test_data/022.gn b/tools/gn/format_test_data/022.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a67ed24d6bb5cc4ac8bd4e02b341f7ea62ee0312 |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/022.gn |
| @@ -0,0 +1,6 @@ |
| +executable(something[0]) { |
| + if (weeeeee.stuff) { |
| + x = a.b |
| + y = a[8] |
| + } |
| +} |