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

     1  cc_test(
     2      name = 'b\"ar\'"',
     3      size = "small",
     4      srcs = [
     5          "a.cc",
     6          "b.cc",
     7          "c.cc",
     8      ],
     9      deps = [
    10          ":foo",
    11          "//base",
    12          "//util:map-util",
    13      ],
    14  )