zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: zsh-workers@zsh.org
Subject: Re: Test suite failures with 5.0.7-dev-2
Date: Thu, 07 May 2015 14:55:26 +0100	[thread overview]
Message-ID: <20150507145526.4fa182d1@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <20150507133227.GE10059@sym.noone.org>

On Thu, 7 May 2015 15:32:27 +0200
Axel Beckert <abe@deuxchevaux.org> 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


  reply	other threads:[~2015-05-07 14:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06  6:59 Axel Beckert
2015-05-06  8:42 ` Peter Stephenson
2015-05-06 21:30   ` Axel Beckert
2015-05-07  0:26     ` Axel Beckert
2015-05-07  8:33     ` Peter Stephenson
2015-05-07 13:32       ` Axel Beckert
2015-05-07 13:55         ` Peter Stephenson [this message]
2015-05-07 21:31           ` Axel Beckert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150507145526.4fa182d1@pwslap01u.europe.root.pri \
    --to=p.stephenson@samsung.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).