Chromium Code Reviews| Index: tools/gn/format_test_data/013.golden |
| diff --git a/tools/gn/format_test_data/013.golden b/tools/gn/format_test_data/013.golden |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d84b7d20f8e8764ff31886cac14fdaca9bae2c05 |
| --- /dev/null |
| +++ b/tools/gn/format_test_data/013.golden |
| @@ -0,0 +1,7 @@ |
| +defines = [ |
| + # Separate comment inside expression. |
| + |
| + # Connected comment. |
| + "WEE", |
| + "BLORPY", |
| +] |