Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: The "set" utility outputs binary data
On Dec 4, 9:56pm, Peter Stephenson wrote:
}
} This seems to be going the right way; let me know of any oddities or
} unwanted side effects. Note a few "nice" representations have changed
} to fit $'..' conventions.
I'll withhold judgment on whether I like this, though I must say I do
prefer "^C" to "\C-c". In any case though, this has borked two of the
test scripts:
./D04parameter.ztst: starting.
Binary files /tmp/zsh.ztst.out.21054 and /tmp/zsh.ztst.tout.21054 differ
Test ./D04parameter.ztst failed: output differs from expected as shown above
for:
foo=$'\x7f\x00'
print ${(V)foo}
Was testing: ${(V)...}
./D04parameter.ztst: test failed.
./V09datetime.ztst: starting.
Test case skipped: Japanese UTF-8 locale not supported
Binary files /tmp/zsh.ztst.out.23103 and /tmp/zsh.ztst.tout.23103 differ
Test ./V09datetime.ztst failed: output differs from expected as shown above
for:
print ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"}
Was testing: Embedded nulls
./V09datetime.ztst: test failed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author