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

Re: [PATCH] Extend (z) test with data that seemed to cause fail



On Thu, 09 Mar 2017 03:32:50 -0800
Sebastian Gniazdowski <psprint3@xxxxxxxxxxxx> wrote:
> On Thu, Mar 9, 2017, at 02:05 AM, Peter Stephenson wrote:
> > I've turned the file text into printable characters like this.
> (...)
> > +  foo=$'\x06ZUI\x1f text-field example:
> > \x1azuitfieldtfield1_1\x1a\'\'\x1a\'\'\x1a1\x1aZUI\[my_tfield1_width\]\x1aZUI\[my_tfield1_start\]\x1aZUI\[my_tfield1_data\]\x1c'
> 
> Checked with echo -E and print -r that \\[ is also needed, otherwise the
> same

Oh, you mean that both the \['s and the \]'s in the original are literal
two-character strings.  I'll change that.

pws



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