From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24993 invoked by alias); 6 Dec 2015 23:08:43 -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: 37332 Received: (qmail 3752 invoked from network); 6 Dec 2015 23:08:41 -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,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=Wwvt7AR6VNjOvo6+IZuCGY2JANo3SH4JsSY8ysIRCnc=; b=QZoXHmM3ZNhQXdNpzQYXtREq8NBbUizZHKuBQwKCDo4EvgvVmNNXqL4oKEZAguGzLq 8J5GbFsEI31SJb0qgqvEcYj4w0U1YHFKqVXwhTZUJrhX288YiALTtWXoxvF0IVomnER3 CRC9nbg56Vt9DcRbvsoBR4ytWXyXm6SyDq8IcNP/Nn7uvpE3Ind8rz+rOe30cBp7Y8Ye 91gNceF1S6ne2nacYaZA8nkKo5/8mX/GDhoDIEUA+6P7zvNAL3IgQifFKWDcGPWBCsTX ZUHMsmZEl4Vgslp286WfvGoVJ97rZJm48RWOg8O9WYptkYgXR5SPKYUUiZotlolkAcFR Jxqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=Wwvt7AR6VNjOvo6+IZuCGY2JANo3SH4JsSY8ysIRCnc=; b=fdjF94PUKFA5ZWzgzEcJsabkc0BdMUY+2GuaiJ7G+rphnCO3J/kaMJLtx3qESrr9pj VlfXWTGG9VIAzFRD6GPDquXYQ+dG1XtyVDvf5WjOSaB2tuTdjbBltkWaxE4P5rf/803S BX+kK4UEiM7StiC9d7e4dNao7u1DYBKofFkU3rQx3MnMdFXMDrTLscqsXzTZ4AQyJDws /2lGOXtDthhoOXvD4h3fMDKfss6rJeeYhcHqOpxQHsF1vdSVPrltg2CdKEBEUL81NR/K qrAmOdglgRFkrrXCuehmye9af9yja8aF2cTfTMubI+JYBVymzAuLBfeA3UiEx0cnb0ax t+9A== X-Gm-Message-State: ALoCoQlWecLDzGymY+UszTqiYsItYp5O/upN3nLtl6/UmOWPIASjys1dYL2vkwT4D7nxovfALSmG X-Received: by 10.98.13.195 with SMTP id 64mr39277432pfn.147.1449443318589; Sun, 06 Dec 2015 15:08:38 -0800 (PST) From: Bart Schaefer Message-Id: <151206150844.ZM31242@torch.brasslantern.com> Date: Sun, 6 Dec 2015 15:08:44 -0800 In-Reply-To: <20151204215611.17d060fb@ntlworld.com> Comments: In reply to Peter Stephenson "Re: The "set" utility outputs binary data" (Dec 4, 9:56pm) References: <20151203140558.GA17469@zira.vinc17.org> <20151203142533.5aae65f6@pwslap01u.europe.root.pri> <20151204142900.0c035c6a@pwslap01u.europe.root.pri> <20151204215611.17d060fb@ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: The "set" utility outputs binary data MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 4, 9:56pm, Peter Stephenson wrote: } } This seems to be going the right way; let me know of any oddities or } unwanted side effects. Note a few "nice" representations have changed } to fit $'..' conventions. I'll withhold judgment on whether I like this, though I must say I do prefer "^C" to "\C-c". In any case though, this has borked two of the test scripts: ./D04parameter.ztst: starting. Binary files /tmp/zsh.ztst.out.21054 and /tmp/zsh.ztst.tout.21054 differ Test ./D04parameter.ztst failed: output differs from expected as shown above for: foo=$'\x7f\x00' print ${(V)foo} Was testing: ${(V)...} ./D04parameter.ztst: test failed. ./V09datetime.ztst: starting. Test case skipped: Japanese UTF-8 locale not supported Binary files /tmp/zsh.ztst.out.23103 and /tmp/zsh.ztst.tout.23103 differ Test ./V09datetime.ztst failed: output differs from expected as shown above for: print ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"} Was testing: Embedded nulls ./V09datetime.ztst: test failed.