mirror of
https://github.com/iv-org/protodec.git
synced 2024-11-23 13:59:49 +00:00
Update specs
This commit is contained in:
parent
fb32c09253
commit
88d3395b1e
@ -2,7 +2,7 @@ require "./spec_helper"
|
|||||||
|
|
||||||
describe Protodec do
|
describe Protodec do
|
||||||
it "decodes Base64 data" do
|
it "decodes Base64 data" do
|
||||||
input = "4qmFsgIrEhhVQ0NqOTU2SUY2MkZiVDdHb3VzemFqOXcaD0VnbGpiMjF0ZFc1cGRIaw"
|
input = "4qmFsgIsEhhVQ0NqOTU2SUY2MkZiVDdHb3VzemFqOXcaEEVnbGpiMjF0ZFc1cGRIaz0"
|
||||||
output = input.strip
|
output = input.strip
|
||||||
.try { |i| URI.decode_www_form(i) }
|
.try { |i| URI.decode_www_form(i) }
|
||||||
.try { |i| URI.decode_www_form(i) }
|
.try { |i| URI.decode_www_form(i) }
|
||||||
@ -24,6 +24,6 @@ describe Protodec do
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
Base64.urlsafe_encode(Protodec::Any.from_json(object), padding: false).should eq("4qmFsgIrEhhVQ0NqOTU2SUY2MkZiVDdHb3VzemFqOXcaD0VnbGpiMjF0ZFc1cGRIaw")
|
Base64.urlsafe_encode(Protodec::Any.from_json(object), padding: false).should eq("4qmFsgIsEhhVQ0NqOTU2SUY2MkZiVDdHb3VzemFqOXcaEEVnbGpiMjF0ZFc1cGRIaz0")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user