Index: tools/gn/format_test_data/004.golden |
diff --git a/tools/gn/format_test_data/004.golden b/tools/gn/format_test_data/004.golden |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1d000c628b67e7bf72d48cfff7ab705a8ee5a867 |
--- /dev/null |
+++ b/tools/gn/format_test_data/004.golden |
@@ -0,0 +1,11 @@ |
+# This is a block comment that goes at the top of the file and is attached to |
+# the top level target. |
+executable("test") { |
+ sources = [ |
+ "stuff.cc", # Comment attached to list item. |
+ "things.cc", |
+ ] |
+ |
+ # Comment attached to statement. |
+ deps = [ "//base" ] |
+} |