m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: argv_ref patch 28: handle NUL in warning messages


From: Eric Blake
Subject: Re: argv_ref patch 28: handle NUL in warning messages
Date: Mon, 16 Feb 2009 21:18:30 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Blake <ebb9 <at> byu.net> writes:

> I'm not sure what went wrong, but I must have pushed an early version of my 
> intended commit.  branch-1.6 fails its testsuite without this followup.

And another followup, needed if changequote is not available (in which case, 
the macro `c' was defined earlier in the test file).


From: Eric Blake <address@hidden>
Date: Mon, 16 Feb 2009 14:13:19 -0700
Subject: [PATCH] Fix bogus testsuite failure from 2009-02-11.

* examples/null.m4: Fix typo.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog        |    1 +
 examples/null.m4 |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2097dd4..d46c69b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@

        Fix bogus testsuite failure from 2009-02-11.
        * examples/null.err: Fix typo.
+       * examples/null.m4: Likewise.

 2009-02-12  Eric Blake  <address@hidden>

diff --git a/examples/null.m4 b/examples/null.m4
index 3f901f4..5c78557 100644
--- a/examples/null.m4
+++ b/examples/null.m4
@@ -186,7 +186,7 @@ errprint(`substr:
 dnl Third argument of substr:
 substr(`abc', `1', address@hidden')dnl
 dnl Fourth argument of substr:
- substr(`abc', `1', `1', address@hidden')
+ substr(``abc'', `2', `1', address@hidden')
 dnl Passed to syscmd:
 `syscmd:'errprint(`syscmd:
 ') syscmd(`echo address@hidden')sysval
-- 
1.6.1.2








reply via email to

[Prev in Thread] Current Thread [Next in Thread]