Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 83206 invoked from network); 22 Feb 2008 17:01:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2008 17:01:54 -0000 Received: (qmail 15485 invoked by uid 500); 22 Feb 2008 17:01:49 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 15473 invoked by uid 500); 22 Feb 2008 17:01:49 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 15463 invoked by uid 99); 22 Feb 2008 17:01:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 09:01:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 17:01:03 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m1MH1HiY015846 for ; Fri, 22 Feb 2008 17:01:17 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: svn commit: r628839 - /stdcxx/trunk/tests/self/0.braceexp.cpp Date: Fri, 22 Feb 2008 10:01:33 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r628839 - /stdcxx/trunk/tests/self/0.braceexp.cpp Thread-Index: Ach1GBAu23yInIchRLyPC9TUqXtADgAXEXgg References: <20080218182449.5B0031A9832@eris.apache.org> <15560343.post@talk.nabble.com> <47BB356D.3040708@roguewave.com> <2494433f0802211440w7182492co62a7039700aa0609@mail.gmail.com> <47BE2E28.3020604@roguewave.com> <47BE6450.50006@roguewave.com> From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 >Martin Sebor wrote: > > >I agree. I just realized that the shell also allows spaces in brace >expansions, they just need to be escaped: > > $ echo a{b, }c " | " x{y,' '}z > a{b, }c | xyz x z > > You must be using bash, because csh pukes when brace expanding the token "a{b" because it has an unmatched unescaped open brace. Travis