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

     1  luci.project(name = "proj")
     2  luci.realm(name = "not allowed")
     3  
     4  # Expect errors like:
     5  #
     6  # Traceback (most recent call last):
     7  #   //testdata/realms/bad_name.star: in <toplevel>
     8  #   ...
     9  # Error: bad "name": "not allowed" should match "^([a-z0-9_\\.\\-/]{1,400}|@root|@legacy)$"