36241: Test for ztrftime fix, 36227 / f8164fb6.

Check that embedded null characters get passed correctly through
the strftime module builtin.
This commit is contained in:
Peter Stephenson 2015-08-19 11:13:31 +01:00
parent 0c5f6e911b
commit 8ed6bc0a85
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-08-19 Peter Stephenson <p.stephenson@samsung.com>
* 36241: Test/V09datetime.ztst: Test for 36227.
2015-08-19 Daniel Shahaf <d.s@daniel.shahaf.name>
* 36208: Completion/Unix/Command/_subversion: _subversion:

View file

@ -65,3 +65,7 @@
> JANUARY
>090
>1
print ${(V)"$(strftime $'%Y\0%m\0%d' 100000000)"}
0:Embedded nulls
>1973^@03^@03