1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-12-29 16:25:35 +01:00

40203: Resolve 'printf --' question from grandparent commit (thanks Chet).

This commit is contained in:
Daniel Shahaf 2016-12-16 00:56:16 +00:00
parent c3e43541c0
commit 6bdb2e1deb
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2016-12-16 Daniel Shahaf <d.s@daniel.shahaf.name>
* 40203: Test/B03print.ztst: Resolve 'printf --' question from
grandparent commit (thanks Chet).
2016-12-15 Barton E. Schaefer <schaefer@zsh.org>
* 40198: Test/V10private.ztst: output of B02typeset differs when

View file

@ -334,5 +334,3 @@
0:regression test of printf with assorted ambiguous options or formats
>------x
?(eval):printf:3: not enough arguments
F:There is some question whether "printf --" should be an error as above,
F:or should treat "--" as the format string. Bash agrees on the error.