summaryrefslogtreecommitdiff
path: root/test/aux-var-src/0037.f-7
blob: 6175c92b2fa570542eabb872c7c92ff2ab0f15ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Exim filter

testprint "Testing \        
          <"

testprint          
  ">${sg{\
       ${readfile{DIR/aux-fixed/abcd-xyz}{|}}\
       }\
       {\\N\\|(\\||\$)\\N}\
       {$1}\
    }<"

if "something       seven" matches 
  "${sg{\
       ${readfile{DIR/aux-fixed/abcd-xyz}{|}}\
       }\
       {\\N\\|(\\||\$)\\N}\
       {$1}\
    }"

then testprint "yes" else testprint "no" endif