diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-02-12 00:26:17 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-02-12 00:26:17 +0000 |
commit | 63f3cd1e7b5f27b2069911b646921d8d07b03f56 (patch) | |
tree | 6db6b13d81a112ffda4ee17050d57b158bfc44b8 /lib/libkeynote/testsuite/test-assertion1 | |
parent | 74b93166e8b7af91577567879955f26f73d83a0e (diff) |
Simplify a couple of things in the lexer, make the compiler happy so
-Wall doesn't complain at the lexers.
Diffstat (limited to 'lib/libkeynote/testsuite/test-assertion1')
-rw-r--r-- | lib/libkeynote/testsuite/test-assertion1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libkeynote/testsuite/test-assertion1 b/lib/libkeynote/testsuite/test-assertion1 index 2e9b9c167a1..0828cdf0937 100644 --- a/lib/libkeynote/testsuite/test-assertion1 +++ b/lib/libkeynote/testsuite/test-assertion1 @@ -3,6 +3,9 @@ comment: The weird looking string test in the conditions field is for verifying correctness of string grammar # comment inside comment field, no problem #authorizer: $$$$foo # Don't try this at home +# testing # testing # testing +# " +# authorizer: "POLICY" licensees: (MYKEY) && ((("Key3") || "Key4") && (MYKEY)) || TWOKEY local-constants: MYKEY = "Key3" |