Chromium Code Reviews| Index: tools/gn/format_test_data/022.golden |
| diff --git a/tools/gn/format_test_data/022.golden b/tools/gn/format_test_data/022.golden |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4042c9b400fda4ecd0c366881c57fd28ca47c7a5 |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/022.golden |
| @@ -0,0 +1,7 @@ |
| +executable(something[0]) { |
| + if (weeeeee.stuff) { |
| + x = a.b |
|
brettw
2014/10/01 23:52:38
This is one case where I think I would like to cha
|
| + |
| + y = a[8] |
| + } |
| +} |