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

     1  cc_library(
     2      name = "foo",
     3      deps = [
     4          ":bar",
     5          "some:dep",
     6          "some/other/dep",
     7          "yet/another:dep",
     8      ],
     9  )