We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dca2b9 commit f26c961Copy full SHA for f26c961
test/ber/test_ber.rb
@@ -52,6 +52,10 @@ def test_false
52
define_method "test_encode_#{number}" do
53
assert_equal expected_encoding.b, number.to_ber
54
end
55
+
56
+ define_method "test_decode_encoded_#{number}" do
57
+ assert_equal number, expected_encoding.b.read_ber
58
+ end
59
60
61
# Round-trip encoding: This is mostly to be sure to cover Bignums well.
0 commit comments