Skip to content

Commit 12b34f3

Browse files
committed
add test_roundtrip_lines
1 parent c02d66c commit 12b34f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
julia 0.6-rc1
22
BinDeps
3-
TranscodingStreams 0.1
3+
TranscodingStreams 0.2

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ import TranscodingStreams
99

1010
TranscodingStreams.test_roundtrip_read(ZstdCompressionStream, ZstdDecompressionStream)
1111
TranscodingStreams.test_roundtrip_write(ZstdCompressionStream, ZstdDecompressionStream)
12+
TranscodingStreams.test_roundtrip_lines(ZstdCompressionStream, ZstdDecompressionStream)
1213
TranscodingStreams.test_roundtrip_transcode(ZstdCompression, ZstdDecompression)
1314
end

0 commit comments

Comments
 (0)