mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 18:56:54 +02:00
lang/c/msgpack: removed string type
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@54 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
@@ -119,10 +119,4 @@ check([
|
||||
0xdf, 0x00, 0x00, 0x00, 0x02, 0xc0, 0xc2, 0xc3, 0xc2,
|
||||
], [{}, {nil=>false}, {true=>false, nil=>false}, {}, {nil=>false}, {true=>false, nil=>false}])
|
||||
|
||||
# string
|
||||
check([
|
||||
0x92,
|
||||
0xc1, 0x00,
|
||||
0xc1, ?a, ?b, ?c, 0x00,
|
||||
], ["", "abc"])
|
||||
|
||||
|
Reference in New Issue
Block a user