mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-09 11:20:14 +00:00
java: adds cross-language test case
This commit is contained in:
parent
5658ca5b90
commit
fdfabc9f88
5 changed files with 48 additions and 0 deletions
|
|
@ -308,6 +308,7 @@ public class UnpackerImpl {
|
|||
break _push;
|
||||
}
|
||||
cs = ACS_RAW_VALUE;
|
||||
break _fixed_trail_again;
|
||||
case ACS_RAW_VALUE: {
|
||||
byte[] raw = new byte[trail];
|
||||
System.arraycopy(src, n, raw, 0, trail);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue