[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] Add and document AS_ME_PREPARE and AS_LINENO_PREPARE
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH 2/3] Add and document AS_ME_PREPARE and AS_LINENO_PREPARE |
Date: |
Sun, 12 Oct 2008 16:21:14 +0200 |
User-agent: |
Thunderbird 2.0.0.17 (Macintosh/20080914) |
Paolo Bonzini wrote:
>> How about also adding tests for them?
>
> Okay, I will.
This should be enough for AS_LINENO_PREPARE:
2008-10-12 Paolo Bonzini <address@hidden>
* tests/m4sh.at: Use documented AS_LINENO_PREPARE.
diff --git a/tests/m4sh.at b/tests/m4sh.at
index d8542ed..854b4da 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -386,7 +386,7 @@
AT_DATA_M4SH([script.as],
[[AS_INIT
-_AS_LINENO_PREPARE
+AS_LINENO_PREPARE
func_return () {
(exit $1)
@@ -429,7 +429,7 @@
AT_DATA_M4SH([script.as],
[[AS_INIT
-_AS_LINENO_PREPARE
+AS_LINENO_PREPARE
func_success () {
return 0
@@ -507,7 +507,6 @@
AT_DATA_M4SH([script.as],
[[AS_INIT
-_AS_LINENO_PREPARE
echo "AS_HELP_STRING([--an-option],[some text])"
echo "AS_HELP_STRING([--another-much-longer-option],
Paolo
[PATCH 3/3] add and document AS_INIT_GENERATED, Paolo Bonzini, 2008/10/10
Re: [PATCH 1/3] extract "Programming in M4sh" into its own chapter, Eric Blake, 2008/10/10