More new test committing.
[exim.git] / test / aux-var-src / 0037.f-7
CommitLineData
afda344b
PH
1# Exim filter
2
3testprint "Testing \
4 <"
5
6testprint
7 ">${sg{\
8 ${readfile{DIR/aux-fixed/abcd-xyz}{|}}\
9 }\
10 {\\N\\|(\\||\$)\\N}\
11 {$1}\
12 }<"
13
14if "something seven" matches
15 "${sg{\
16 ${readfile{DIR/aux-fixed/abcd-xyz}{|}}\
17 }\
18 {\\N\\|(\\||\$)\\N}\
19 {$1}\
20 }"
21
22then testprint "yes" else testprint "no" endif