java: adds cross-language test case

This commit is contained in:
frsyuki 2010-08-18 22:51:23 +09:00
parent 5658ca5b90
commit fdfabc9f88
5 changed files with 48 additions and 0 deletions

View file

@ -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);