03eb8bf6ce
hush: fix a few cases in FOR v IN ... construct unfortunately, code growth is big - ~600 bytes
9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
Testing: in $empty""
|
|
..
|
|
Testing: in "$*"
|
|
.abc d e.
|
|
Testing: in "$@"
|
|
.abc.
|
|
.d e.
|
|
Finished
|