summaryrefslogtreecommitdiff
path: root/lib/libkeynote/testsuite/test-assertion3
blob: ac7a200e9a05e208317eb304ca3e1ef40e4339be (plain)
1
2
3
4
5
6
7
8
keynote-version: 2
authorizer: "Key3"
# This assertion will return "true"
licensees: 2-of("Key5", "Key6", "Key7", "KeyE")
conditions: app_domain == "testing" && request == "test" &&
		foo == "bar" && $("foo") == "bar" &&
		$(foo) == "xyz" && $foo == "xyz" && $$foo == "qua" &&
		  variable == "yes" -> "true";