1 # test the other uses of the 'K' tranform operator
2 # the associative array tests are performed separately, since that was the
3 # original motivation for this feature
5 bar='value with spaces'
7 set -- 'a b' 'c d' 'e f'
15 foo=( zero one two three )
18 foo=( 'zero z' 'one o' 'two t' 'three t' )