From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8201 invoked by alias); 7 May 2015 14:05:54 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35056 Received: (qmail 15569 invoked from network); 7 May 2015 14:05:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 X-AuditID: cbfec7f5-f794b6d000001495-4e-554b6eddd437 Date: Thu, 07 May 2015 14:55:26 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: Test suite failures with 5.0.7-dev-2 Message-id: <20150507145526.4fa182d1@pwslap01u.europe.root.pri> In-reply-to: <20150507133227.GE10059@sym.noone.org> References: <20150506065942.GW10059@sym.noone.org> <20150506094257.39a15b4a@pwslap01u.europe.root.pri> <20150506213002.GY10059@sym.noone.org> <20150507093317.16c86339@pwslap01u.europe.root.pri> <20150507133227.GE10059@sym.noone.org> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrCLMWRmVeSWpSXmKPExsVy+t/xy7p387xDDSa907I42PyQyYHRY9XB D0wBjFFcNimpOZllqUX6dglcGVvmfWUveMZZcXCtUAPjKfYuRk4OCQETie8NV9ggbDGJC/fW A9lcHEICSxklLp3og3JmMEn0HuthhHC2MkocubuKCaSFRUBVYuak62A2m4ChxNRNsxlBbBEB cYmza8+zgNjCQPHLrV+YQWxeAXuJxTPXsILYnALGElcbzzJBDP3AKNHw7BrYHfwC+hJX/35i grjJXmLmlTOMEM2CEj8m3wMbyiygJbF5WxMrhC0vsXnNW7AFQgLqEjfu7mafwCg0C0nLLCQt s5C0LGBkXsUomlqaXFCclJ5rpFecmFtcmpeul5yfu4kRErZfdzAuPWZ1iFGAg1GJh3eFnXeo EGtiWXFl7iFGCQ5mJRHey5lAId6UxMqq1KL8+KLSnNTiQ4zSHCxK4rwzd70PERJITyxJzU5N LUgtgskycXBKNTC6KL0pqtTu+bJhCddj2wmevZFXLFrtbL0UVle0tfRP/PLgXb2sQ/TxYrXu t9+9G7dxz6qMuDvh4yvpuMt/NvDNnFAZphF17LHzk6s5l+byWXFfSKxYrRtXv2GHStHSTaLl sdOeJ9nssA5f5rgyu9qd0+G/wg3GcyoGbucjfD8t/JHWJzyxS0aJpTgj0VCLuag4EQDTSrKA VwIAAA== On Thu, 7 May 2015 15:32:27 +0200 Axel Beckert wrote: > An inverse percent sign sounds like an command output which didn't end > in a newline... Hrm. PWS [smacks forehead making the following sound]: Ahhhhhrmgrggh. That suggests something got a bit split up in some unhelpful way, so I'm not sure if the following is going to be good enough, but try it anyway. pws diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst index 08163eb..cace2a4 100644 --- a/Test/A02alias.ztst +++ b/Test/A02alias.ztst @@ -59,7 +59,8 @@ >And aliases are expanded $ZTST_testdir/../Src/zsh -fis <<<' - PROMPT="" + unsetopt PROMPT_SP + PROMPT="" PS2="" PS3="" PS4="" RPS1="" RPS2="" exec 2>&1 alias \{=echo { begin @@ -68,16 +69,17 @@ 0:Aliasing reserved tokens >begin >end -*>*4*{ begin -*>*5*{end +*>*5*{ begin +*>*6*{end $ZTST_testdir/../Src/zsh -fis <<<' - PROMPT="" + unsetopt PROMPT_SP + PROMPT="" PS2="" PS3="" PS4="" RPS1="" RPS2="" exec 2>&1 alias -g S=\" echo S a string S " fc -l -1' 2>/dev/null 0:Global aliasing quotes > a string S -*>*4*echo S a string S " +*>*5*echo S a string S " # Note there is a trailing space on the "> a string S " line