Index: tools/gn/format_test_data/059.golden |
diff --git a/tools/gn/format_test_data/059.golden b/tools/gn/format_test_data/059.golden |
new file mode 100644 |
index 0000000000000000000000000000000000000000..423e88882e13da453270432219e8bbea0397e873 |
--- /dev/null |
+++ b/tools/gn/format_test_data/059.golden |
@@ -0,0 +1,11 @@ |
+assert(type == "android_apk" || type == "java_library" || |
+ type == "android_resources" || (things == stuff && stuff != 432)) |
+ |
+assert(type == "android_apk" || type == "java_library" || |
+ type == "android_resources", |
+ type == "android_apk" || type == "java_library" || |
+ type == "android_resources") |
+ |
+if (type == "android_apk" || type == "java_library" || |
+ type == "android_resources" || (things == stuff && stuff != 432)) { |
+} |