1keynote-version: 2
2authorizer: "Key3"
3# This assertion will return "true"
4licensees: 2-of("Key5", "Key6", "Key7", "KeyE")
5conditions: app_domain == "testing" && request == "test" &&
6		foo == "bar" && $("foo") == "bar" &&
7		$(foo) == "xyz" && $foo == "xyz" && $$foo == "qua" &&
8		  variable == "yes" -> "true";
9