github.com/cheshirekow/buildtools@v0.0.0-20200224190056-5d637702fe81/build/testdata/045.golden (about)

     1  [
     2      cc_library(
     3          name = "Prefix" + suffix,
     4          deps = [dep] if dep else [],
     5      )
     6      for suffix, dep in [
     7          ("s1", None),
     8          ("s1", "//dep"),
     9      ]
    10  ]