Index: tools/gn/format_test_data/055.gn |
diff --git a/tools/gn/format_test_data/055.gn b/tools/gn/format_test_data/055.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7e467247694636b4ddec8f13eb68d4bac46fb2ca |
--- /dev/null |
+++ b/tools/gn/format_test_data/055.gn |
@@ -0,0 +1,10 @@ |
+# 80 --------------------------------------------------------------------------- |
+if (true) { |
+ if (true) { |
+ use_system_harfbuzz = exec_script( |
+ pkg_config_script, |
+ pkg_config_args + [ "--atleast-version=1.31.0", "pangoft2" ], |
+ "value") |
+ } |
+} |
+ |