Skip to content

Commit

Permalink
[spec/builtin-printf] Adjust zsh output to account for bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Mar 19, 2020
1 parent cde3f10 commit eba6506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/builtin-printf.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ printf '[%0.s]\n' foo
[ ]
[]
## END
## BUG zsh STDOUT:
[ foo]
[foo]
## END
## N-I mksh stdout-json: "[ ]\n["
## N-I mksh status: 1

Expand Down

0 comments on commit eba6506

Please sign in to comment.