autoconf-patches
[Top][All Lists]
Advanced

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

Re: Bug fix for rewriting of traces without arguments.


From: akim
Subject: Re: Bug fix for rewriting of traces without arguments.
Date: Fri, 3 Aug 2001 19:21:57 +0200
User-agent: Mutt/1.3.18i

Errr, of course I sent an incomplete patch :)

This is needed in addition of the previous patch.

Index: tests/tools.at
--- tests/tools.at Fri, 03 Aug 2001 17:15:29 +0200 akim
+++ tests/tools.at Fri, 03 Aug 2001 19:11:12 +0200 akim
@@ -162,6 +162,8 @@ configure.ac:19:TRACE2:bar foo
 AT_CHECK_AUTOCONF([[-t TRACE1:'
 [$1], [$2], [$3].']], 0,
 [[
+[], [], [].
+
 [foo], [bar], [baz].
 
 [bar], [baz], [].
@@ -173,16 +175,24 @@ configure.ac:19:TRACE2:bar foo
 [ACTIVE], [active], [].
 
 [foo], [active], [].
+
+[foo
+bar], [bar
+foo], [].
 ]])
 
 # address@hidden
 AT_CHECK_AUTOCONF([-t TRACE2:'${)===(}@'], 0,
-[[[bar])===([baz]
+[[[]
+[]
+[bar])===([baz]
 [baz]
 [])===([baz]
 [ACTIVE])===([baz]
 [active]
 [active])===([])===([ACTIVE]
+[bar
+foo]
 ]])
 
 AT_CLEANUP




reply via email to

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