From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21288 invoked from network); 23 May 2021 21:04:07 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 23 May 2021 21:04:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20200801; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Content-Type:Subject:Cc:To:From:Date: References:In-Reply-To:Message-Id:Mime-Version:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=SaYywKkwnroYq5y9lHrfZOBI1YJ9IEqpDad6jhZ/T/M=; b=rdkmmRvO9Polm6IX3Nt4gc0nRE ECaEaSkf2RGn8uBdSUDrUXPqQOjuAGq3geoIVw2eSk9GjUx/c4YI0tZ6J9JNVO0LFCV4/vNbi9Ljw 5GlgHNpzb44EepxIv2lfnW2NUvxrHaZAQSi3Nls4IBHq0COij9tOlKfGoVAKOFNYTByEK/eHT15+g Jb0LUtzIzhsad2F1OYkZGWxsQ+9J2qHCMgJJsmk70xe3HTmKox1B7bDHEOCCLqum4KZiwCMvHO/Gz 6aLHMQvcZ6pO5qbsdaEJeCmjrbfPuSniyGO6sH/g8sAtTrvO0I4KboJ9MXdeb3txkZjAxC+bbzniz SXMkwZ0w==; Received: from authenticated user by zero.zsh.org with local id 1lkvGY-000MRX-Ib; Sun, 23 May 2021 21:04:06 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1lkvGJ-000MAN-KX; Sun, 23 May 2021 21:03:51 +0000 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailauth.nyi.internal (Postfix) with ESMTP id 1E50427C0054; Sun, 23 May 2021 17:03:50 -0400 (EDT) Received: from imap2 ([10.202.2.52]) by compute3.internal (MEProxy); Sun, 23 May 2021 17:03:50 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdejjedguddutdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderreejnecuhfhrohhmpefnrgif rhgvnhgtvggpgggvlhojiihquhgviicuoehlrghrrhihvhesiihshhdrohhrgheqnecugg ftrfgrthhtvghrnhepieekjeevledugeefiefgueelgffgtddtgeehvedvhedviefghedv ffeuvddvueehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homheplhgrrhhrhihvodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdduudeh udekjeejtdegqdduudelvdejfeekhedqlhgrrhhrhihvpeepiihshhdrohhrghesfhgrsh htmhgrihhlrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id C8978A004B1; Sun, 23 May 2021 17:03:49 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-448-gae190416c7-fm-20210505.004-gae190416 Mime-Version: 1.0 Message-Id: <206f86de-297c-4ed4-a4b5-6041a8a7dda7@www.fastmail.com> In-Reply-To: References: Date: Sun, 23 May 2021 17:02:20 -0400 From: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= To: zsh-workers@zsh.org Cc: "Marlon Richert" Subject: =?UTF-8?Q?Re:_[BUG]_Weird_=5Fexpand_&_=5Fcomplete_behavior_for_$paramete?= =?UTF-8?Q?rs_in_"double_quotes"?= Content-Type: text/plain X-Seq: 48904 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On Tue, May 11, 2021, at 1:32 PM, Marlon Richert wrote: > I tried it again, but this time as follows: > > make realclean > Util/preconfig > configure > make all TESTNUM=Y01 check > > I still get the exact same test failure. macOS, commit > 9e38ab81785c4ac755a7e78d2fe7a7db92bdf375. > > Here's the test as a patch, in case it helps you reproduce it. > > Attachments: > * 0001-_expand-_complete-parameters-in-double-quotes.txt Should this test case be committed? -- vq