github.com/tiagovtristao/plz@v13.4.0+incompatible/tools/build_langserver/langserver/test_data/assignment.build (about)

     1  mystr = "{time}-{message}".format(time='today', message='msg')
     2  
     3  replace_str = x.replace('-', '_')
     4  
     5  unary = not len(replace_str)
     6  
     7  call_assign = subinclude("//build_defs:plz_e2e_test")
     8  
     9  label_list_multi = [
    10       "//src/fs",
    11       "//src/core",
    12       "//src/parse",
    13       "//src/parse/asp",
    14       "//src/parse/rules",
    15       "//third_party/go:jsonrpc2",
    16       "//third_party/go:logging",
    17       "//tools/build_langserver/lsp",
    18   ]
    19  
    20  label_list_single = ["//src/fs", "//src/core"]
    21  
    22  if_assign = "hello" if len("") else subinclude("//build_defs:fpm")
    23  
    24  augassign += len(replace_str)
    25  
    26  target = "//src/fs"