blob: a1b8a59ebc4d94b9f6e68160713e04f78a827fe8 (
plain)
1
2
3
4
5
6
7
|
keynote-version: 2
authorizer: "Key6"
licensees: "KeyB" # this assertion will return "false" because
# of the licensees field
conditions: app_domain == "testing" && request == "test" &&
(variable == "no" || variable == "yes") -> "true";
# however, the conditions field will return "true"
|