mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
cpp: fix map<K, V> converter
This commit is contained in:
@@ -219,6 +219,7 @@ class MessagePackTestFormat < Test::Unit::TestCase
|
||||
|
||||
def match(obj, buf)
|
||||
assert_equal(obj.to_msgpack, buf)
|
||||
assert_equal(MessagePack::unpack(buf), obj)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user