This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=e339c7dd5269ea4f5da63606ec6348ee3e6fe7c8 The branch, master has been updated via e339c7dd5269ea4f5da63606ec6348ee3e6fe7c8 (commit) from 5318dab180e2d652f64f928a405ede32539c7f57 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e339c7dd5269ea4f5da63606ec6348ee3e6fe7c8 Author: Eric Blake <[EMAIL PROTECTED]> Date: Wed Nov 7 08:13:43 2007 -0700 More corner case testing. * tests/macros.at (Rescanning macros): Test more corner cases. Signed-off-by: Eric Blake <[EMAIL PROTECTED]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 ++++ tests/macros.at | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7be92b..ce2080b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-11-07 Eric Blake <[EMAIL PROTECTED]> + + * tests/macros.at (Rescanning macros): Test more corner cases. + 2007-11-06 Eric Blake <[EMAIL PROTECTED]> * build-aux/mkstamp: Rename from ltdl/config/mkstamp. diff --git a/tests/macros.at b/tests/macros.at index 4c57bd0..367d47e 100644 --- a/tests/macros.at +++ b/tests/macros.at @@ -535,16 +535,25 @@ AT_CHECK_M4([in], [0], [[40 ]]) AT_DATA([in], [[define(`echo', `$@')dnl +echo(echo(`01234567890123456789', `01234567890123456789') +echo(`98765432109876543210', `98765432109876543210')) len((echo(`01234567890123456789', `01234567890123456789')echo(`98765432109876543210', `98765432109876543210'))) +indir(`echo', indir(`echo', `01234567890123456789', + `01234567890123456789') +indir(`echo', `98765432109876543210', `98765432109876543210')) define(`argn', `$#')dnl define(`echo1', [EMAIL PROTECTED]')define(`echo2', `,$@,')dnl echo1(`1', `2', `3') argn(echo1(`1', `2', `3')) echo2(`1', `2', `3') argn(echo2(`1', `2', `3')) ]]) -AT_CHECK_M4([in], [0], [[84 +AT_CHECK_M4([in], [0], [[01234567890123456789,01234567890123456789 +98765432109876543210,98765432109876543210 +84 +01234567890123456789,01234567890123456789 +98765432109876543210,98765432109876543210 -1,2,3- 3 ,1,2,3, 5 ]]) hooks/post-receive -- GNU M4 source repository
