On Wed, Oct 05, 2005 at 01:44:47PM +0000, Gerrit Pape wrote:
> 
> Hi Herbert, the last three test cases still fail with this patch; and
> this additional one:
> 
> $ printf ': 012345\06789\n: 01\023456789\n: 0\0123456789\n' |dash -x
> + : 012345789
> + : 01r456789
> + : 0
> + 3456789
> dash: 3456789: not found
> $ 

Hmm it does this for me (filtered with cat -A):

+ : 012345789$
+ : 01M-^\56789$
+ : 0S456789$

> $ printf ': 0123456789\n\0: 01\023456789\n: 0123456789\n' |dash -x
> + : 0123456789
> + : 01r456789
> + : 0123456789
> $ printf ': 0123456789\n\0\0: 01\023456789\n: 0123456789\n' |dash -x
> + : 0123456789
> + : 01r456789
> + : 0123456789
> $ printf ': 0123456789\n\0\0: 01\02\0345\06789\n: 0123456789\n' |dash -x
> + : 0123456789
> + : 01a{5789
> + : 0123456789
> $ 

+ : 0123456789$
+ : 01^S456789$
+ : 0123456789$
+ : 0123456789$
+ : 01^S456789$
+ : 0123456789$
+ : 0123456789$
+ : 01^B^\5789$
+ : 0123456789$

Which happens to coincide with what pdksh does.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to