zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: PATCH: ancient history bug
Date: Fri, 27 Mar 2015 10:16:32 +0000	[thread overview]
Message-ID: <20150327101632.72534a47@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <20150326202321.3f7fc86f@ntlworld.com>

On Thu, 26 Mar 2015 20:23:21 +0000
Peter Stephenson <p.w.stephenson@ntlworld.com> wrote:
> Adding some further history tests (which I'll get back to tomorrow),

There should be more but this tests for the bug I fixed.

pws

diff --git a/Test/W01history.ztst b/Test/W01history.ztst
index cfc248c..6ef9b11 100644
--- a/Test/W01history.ztst
+++ b/Test/W01history.ztst
@@ -7,6 +7,47 @@
 %test
 
   $ZTST_testdir/../Src/zsh -fis <<<'
+  print one two three four five six seven eight nine ten
+  print !:$ !:10 !:9 !:1 !:0
+  print one two three four five six seven eight nine ten
+  print !:0-$ !:1-2
+  ' 2>/dev/null
+0:History word references
+>one two three four five six seven eight nine ten
+>ten ten nine one print
+>one two three four five six seven eight nine ten
+>print one two three four five six seven eight nine ten one two
+
+  $ZTST_testdir/../Src/zsh -fis <<<'
+  print line one of an arbitrary series
+  print issue two for some mystery sequence
+  print !-1:5-$
+  print !1:2
+  print !2:2
+  print !-3:1-$
+  ' 2>/dev/null
+0:History line numbering
+>line one of an arbitrary series
+>issue two for some mystery sequence
+>mystery sequence
+>one
+>two
+>mystery sequence
+
+  $ZTST_testdir/../Src/zsh -fis <<<'
+  print All metaphor, Malachi, stilts and all
+  print !1:2:s/,/\\\\?/ !1:2:s/m/shm/:s/,/\!/
+  print !1:2:&
+  print -l !1:2-3:gs/a/o/
+  ' 2>/dev/null
+0:History substitution
+>All metaphor, Malachi, stilts and all
+>metaphor? shmetaphor!
+>metaphor!
+>metophor,
+>Molochi,
+
+  $ZTST_testdir/../Src/zsh -fis <<<'
   echo foo bar
   echo $(!!) again
   echo more $( !! )' 2>/dev/null


      reply	other threads:[~2015-03-27 10:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26 20:23 Peter Stephenson
2015-03-27 10:16 ` Peter Stephenson [this message]

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=20150327101632.72534a47@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).