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