From af5a85f3630f3d60ad7061fe32693baf78c27dcd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 10 Oct 2010 17:51:29 +0000 Subject: 28339: backslash-newline history without HIST_LEX_WORDS 28340: assignment to range of scalar variable with multibyte characters --- Test/D07multibyte.ztst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Test/D07multibyte.ztst') diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index 53cbe2a1d..2cb995346 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -447,3 +447,21 @@ print $(( [#16] #REPLY )) 0:read passes through invalid multibyte characters >0xC5 + + word=abcま + word[-1]= + print $word + word=abcま + word[-2]= + print $word + word=abcま + word[4]=d + print $word + word=abcま + word[3]=not_c + print $word +0:assignment with negative indices +>abc +>abま +>abcd +>abnot_cま -- cgit 1.4.1