|
@@ -6,7 +6,7 @@ class Issue8212 extends unit.Test {
|
|
function test() {
|
|
function test() {
|
|
var hex = "010a7f0ac2800adfbf0ae0a0800aed9fbf0aee80800aefbfbd0af09f9882f09f9884f09f98990ac8a70a";
|
|
var hex = "010a7f0ac2800adfbf0ae0a0800aed9fbf0aee80800aefbfbd0af09f9882f09f9884f09f98990ac8a70a";
|
|
var bytes = Bytes.ofHex(hex);
|
|
var bytes = Bytes.ofHex(hex);
|
|
- eq(hex.length, bytes.length);
|
|
|
|
|
|
+ eq(hex.length, bytes.length * 2);
|
|
eq(hex, bytes.toHex());
|
|
eq(hex, bytes.toHex());
|
|
}
|
|
}
|
|
}
|
|
}
|