Skip to content

Commit

Permalink
Some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s-celles committed Mar 12, 2024
1 parent 50055d8 commit ce0652c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/data_uri.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const brief_note = "data:,A%20brief%20note"
@test !data_uri.isbase64
@test getdata(data_uri) == "%be%fg%be"
@test length(data_uri.parameters) == 1
@test data_uri.parameters[1][1] == "charset"
@test data_uri.parameters[1][2] == "iso-8859-7"
end

@testset "brief_note" begin
Expand Down

0 comments on commit ce0652c

Please sign in to comment.