File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,20 +2,7 @@ name = "TranscodingStreams"
22uuid = " 3bb67fe8-82b1-5028-8e26-92a6c54297fa"
33license = " MIT"
44authors = [" Kenta Sato <bicycle1885@gmail.com>" ]
5- version = " 0.11.1"
6-
7- [deps ]
8- Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
10-
11- [weakdeps ]
12- Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
13- Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14-
15- [extensions ]
16- TestExt = [" Test" , " Random" ]
5+ version = " 0.11.2"
176
187[compat ]
19- Random = " 1"
20- Test = " 1"
218julia = " 1.6"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,17 +17,4 @@ include("io.jl")
1717include (" noop.jl" )
1818include (" transcode.jl" )
1919
20- function test_roundtrip_read end
21- function test_roundtrip_write end
22- function test_roundtrip_transcode end
23- function test_roundtrip_lines end
24- function test_roundtrip_seekstart end
25- function test_roundtrip_fileio end
26- function test_chunked_read end
27- function test_chunked_write end
28-
29- if ! isdefined (Base, :get_extension )
30- include (" ../ext/TestExt.jl" )
31- end
32-
3320end # module
You can’t perform that action at this time.
0 commit comments