go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/lucicfg/testdata/realms/bad_role.star (about)

     1  luci.project(
     2      name = "proj",
     3      bindings = [
     4          luci.binding(
     5              roles = "bad role",
     6          ),
     7      ],
     8  )
     9  
    10  # Expect errors like:
    11  #
    12  # Traceback (most recent call last):
    13  #   //testdata/realms/bad_role.star: in <toplevel>
    14  #   ...
    15  # Error: bad "roles": "bad role" should start with "role/" or "customeRole/"