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 af677a5 commit b907513Copy full SHA for b907513
test/ber/test_ber.rb
@@ -27,7 +27,7 @@ def test_false
27
1 => "\x02\x01\x01",
28
127 => "\x02\x01\x7F",
29
128 => "\x02\x02\x00\x80",
30
- 255 => "\x02\x01\xFF",
+ 255 => "\x02\x02\x00\xFF",
31
256 => "\x02\x02\x01\x00",
32
65535 => "\x02\x02\xFF\xFF",
33
65536 => "\x02\x03\x01\x00\x00",
0 commit comments