summaryrefslogtreecommitdiff
path: root/test/aux-var-src/0037.f-7
diff options
context:
space:
mode:
Diffstat (limited to 'test/aux-var-src/0037.f-7')
-rw-r--r--test/aux-var-src/0037.f-722
1 files changed, 22 insertions, 0 deletions
diff --git a/test/aux-var-src/0037.f-7 b/test/aux-var-src/0037.f-7
new file mode 100644
index 000000000..6175c92b2
--- /dev/null
+++ b/test/aux-var-src/0037.f-7
@@ -0,0 +1,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