repo.or.cz
/
ferm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix previous NEWS commit, oops
[ferm.git]
/
test
/
misc
/
basename.ferm
blob
9a0d10ab6bc03ef4378ed998b0c5a5ae3fff46d3
1
# test for @basename()
2
3
@def $a = '/tmp/bla/foo';
4
5
chain INPUT {
6
mod comment comment @basename($a) ACCEPT;
7
mod comment comment @dirname($a) DROP;
8
}