mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 14:45:38 +02: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