Aurel Bílý há 6 anos atrás
pai
commit
c96195f55a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/unit/src/unit/issues/Issue8212.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue8212.hx

@@ -4,7 +4,7 @@ import haxe.io.Bytes;
 
 
 class Issue8212 extends unit.Test {
 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);
 		eq(hex, bytes.toHex());
 		eq(hex, bytes.toHex());