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 4640bd8 commit f6ca9b2Copy full SHA for f6ca9b2
spec/fixture/int32.cr
@@ -1,7 +1,7 @@
1
require "../../src/binary_parser"
2
3
class Int32Parser < BinaryParser
4
- int8 :value
+ int32 :value
5
end
6
7
Int32Fixture = IO::Memory.new(sizeof(Int32))
0 commit comments