diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2008-04-21 01:51:11 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2008-04-21 01:51:11 +0000 |
commit | 4ee12e28840475d9672b10221af93e85495c0b13 (patch) | |
tree | 0a53a461fc4e1436e7f1e31b3e9fd625d1e2a9e3 /regress | |
parent | 18bdd5596e34d387beb411af11007879bb3486bc (diff) |
Test for blank lines and comments between and inline anchor and its rules.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf92.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf92.in b/regress/sbin/pfctl/pf92.in index 22b002a7f8d..3af6ea6e38d 100644 --- a/regress/sbin/pfctl/pf92.in +++ b/regress/sbin/pfctl/pf92.in @@ -1,5 +1,6 @@ anchor { # testing comments anchor in { + # comment before rule pass quick } # silly nesting @@ -22,6 +23,7 @@ anchor { # testing comments } pass in on tun1000000 anchor foo on tun1000000 { + pass } } # comment after closing brace |