File: test-assertion3

package info (click to toggle)
keynote 2.3-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,372 kB
  • ctags: 329
  • sloc: sh: 6,540; ansic: 4,739; lex: 1,064; yacc: 783; makefile: 70
file content (8 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (3)
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";