JuliaIO / TranscodingStreams.jl

Simple, consistent interfaces for any codec.
https://juliaio.github.io/TranscodingStreams.jl/
Other
85 stars 28 forks source link

Fix `test_roundtrip_write` #233

Closed nhz2 closed 2 months ago

nhz2 commented 2 months ago

This PR fixes test_roundtrip_write in the test extension. Before this fix TOKEN_END wasn't written to the underlying stream so some data might not get written out to the final IOBuffer.