Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix error in --stream example #2227

Closed
wants to merge 1 commit into from
Closed

Conversation

ajasmin
Copy link
Contributor

@ajasmin ajasmin commented Dec 16, 2020

The manual contains an error in regard to --stream

[[],"a",["b"]] becomes [[0],[]], [[1],"a"], and [[1,0],"b"].

This PR fix the last value to be [[2,0],"b"] (wrong index)

This is in fact followed by [[2,0]] and [[2]]. We should also mention this and explain why that is.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.134% when pulling 38b3193 on ajasmin:master into a17dd32 on stedolan:master.

@ajasmin
Copy link
Contributor Author

ajasmin commented Dec 17, 2020

already fixed by #2010

@ajasmin ajasmin closed this Dec 17, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants