From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19909 invoked by alias); 4 Sep 2015 11:57:51 -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: 36420 Received: (qmail 8738 invoked from network); 4 Sep 2015 11:57:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-AuditID: cbfec7f4-f79c56d0000012ee-af-55e984dc90eb Date: Fri, 04 Sep 2015 12:47:19 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: invalid characters and multi-byte [x-y] ranges Message-id: <20150904124719.36ad9457@pwslap01u.europe.root.pri> In-reply-to: References: <20150902230711.GA4967@chaz.gmail.com> <20150903100037.6e6ac852@pwslap01u.europe.root.pri> <20150903100943.GB7821@chaz.gmail.com> <20150903151811.557a40ec@pwslap01u.europe.root.pri> 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/xq7p3Wl6GGlz9p29xsPkhkwOjx6qD H5gCGKO4bFJSczLLUov07RK4MppnzmQsuM9e8fLtbbYGxka2LkZODgkBE4kvTf1QtpjEhXvr gWwuDiGBpYwS/Q9PsoIkhARmMEn0X+eESGxllFi75RszSIJFQFXi4a3jjCA2m4ChxNRNs8Fs EQFxibNrz7OA2MIC1hI/b6wEs3kF7CW+TvgHZnMKmEnMWraQEWLoZ0aJ7zs/gjXzC+hLXP37 iQniJHuJmVfOMEI0C0r8mHwPrJlZQEti87YmVghbXmLzmrfMEJeqS9y4u5t9AqPQLCQts5C0 zELSsoCReRWjaGppckFxUnquoV5xYm5xaV66XnJ+7iZGSNh+2cG4+JjVIUYBDkYlHt4TP16E CrEmlhVX5h5ilOBgVhLhnRr4MlSINyWxsiq1KD++qDQntfgQozQHi5I479xd70OEBNITS1Kz U1MLUotgskwcnFINjCEsuT31N+aKp502zsvYN431o6u279P3Hzc3V304sL/dp47/hP41i+BD u20/Ga9JP6myYUqpUvTT2SpvLpnPyt4f1XY8LyQ/iSXk76La2gk5645WX61/Pf/vwR+2mxXe /3lUYvLy6OtC7aJ5Z+0TshWPxGvKnvKPv+avxeiadahVfYfuSjahmUosxRmJhlrMRcWJANNB 80NXAgAA On Fri, 4 Sep 2015 10:53:14 +0000 Ismail Donmez wrote: on 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