#!/bin/sh ###################################################### # # Test that an '%<(function)...' if-construct correctly # tests whether 'str' is empty if the function returns # a string, and tests 'value' if the function returns # an integer. # ###################################################### # create test replgroupcomps form=$MH_TEST_DIR/$$.replgroupcomps cat > $form <\n\ X-NUMBER: %(num)%(lit)%<(num 3) yes%| no%>\n\ X-NOSTRING: %(num 3)%(lit x)%<(lit) found%| missing%>\n\ X-NONUMBER: %(num 3)%(lit x)%<(num) yes%| no%>\n\ -------- EOF expected=$MH_TEST_DIR/$$.expected actual=$MH_TEST_DIR/Mail/drafts/1 cat > $expected < part text/plain 25 > This is message number 1 EOF repl -editor true -form $form -group -nocc me -whatnowproc true 1 diff -u $expected $actual