diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-07 14:36:04 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-07 14:36:04 +0000 |
commit | 41609df58fdd3fe023b91baece7d18a595f57e56 (patch) | |
tree | fa2bb8dee42514efb995f63f2b4964c0e5fcd866 /test/aux-fixed | |
parent | 42119b09dd8a23c8fcc14ff65fdc8c4d16c83c23 (diff) |
Diagnose an error for "seen", "unseen", or "noerror" if not followed by
a command.
Diffstat (limited to 'test/aux-fixed')
-rw-r--r-- | test/aux-fixed/0037.f-8 | 5 | ||||
-rw-r--r-- | test/aux-fixed/0037.f-9 | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/aux-fixed/0037.f-8 b/test/aux-fixed/0037.f-8 new file mode 100644 index 000000000..2807c12f0 --- /dev/null +++ b/test/aux-fixed/0037.f-8 @@ -0,0 +1,5 @@ +#exim filter + +if one is one then seen endif + +if two is two then save /dev/null endif diff --git a/test/aux-fixed/0037.f-9 b/test/aux-fixed/0037.f-9 new file mode 100644 index 000000000..5d8e0ca24 --- /dev/null +++ b/test/aux-fixed/0037.f-9 @@ -0,0 +1,3 @@ +#exim filter + +unseen |