Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: invalid characters and multi-byte [x-y] ranges



On Fri, 4 Sep 2015 10:53:14 +0000
Ismail Donmez <ismail@xxxxxxxx> wrote:
on <p.stephenson <at> samsung.com> writes:
> This seems to break glob tests:

I missed that --- it looks like there's something funny with the (#i)
flag.  That may mean there's a pre-existing funny since it shouldn't be
encountering anything looking like invalid characters.

Looks like the alias test needs updating for the new report format
(presumably trivial).

pws

./A02alias.ztst: starting.
This test hangs the shell when it fails...
*** /tmp/zsh.ztst.out.4161      Fri Sep  4 12:43:33 2015                        
--- /tmp/zsh.ztst.tout.4161	Fri Sep  4 12:43:33 2015
***************
*** 1,2 ****
  foo is a suffix alias for print
! foo: suffix alias
--- 1,2 ----
  foo is a suffix alias for print
! foo: alias
Test ./A02alias.ztst failed: output differs from expected as shown above for:
  alias -s foo=print
  type bar.foo; type -w bar.foo
  unalias -as
Was testing: unalias -as



Messages sorted by: Reverse Date, Date, Thread, Author