github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/parse/asp/test_data/for_statement.build (about)

     1  LANGUAGES = [
     2      'python',
     3      'go',
     4  ]
     5  
     6  for language in LANGUAGES:
     7      name = language
     8      proto_library(
     9          name = name,
    10          srcs = ['test.proto'],
    11          languages = [language],  # This makes no sense really, but it's just a test so who cares.
    12      )