Nicolas Cannasse hace 17 años
padre
commit
9c69db90a6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/unit/TestMisc.hx

+ 2 - 2
tests/unit/TestMisc.hx

@@ -1,4 +1,4 @@
-package unit;
+package unit;
 
 class TestMisc extends Test {
 
@@ -49,7 +49,7 @@ class TestMisc extends Test {
 		eq( haxe.Md5.encode(""), "d41d8cd98f00b204e9800998ecf8427e" );
 		eq( haxe.Md5.encode("hello"), "5d41402abc4b2a76b9719d911017c592" );
 		// depending of ISO/UTF8 native
-		allow( haxe.Md5.encode("héllo"), ["1a722f7e6c801d9e470a10cb91ba406d","be50e8478cf24ff3595bc7307fb91b50"] );
+		allow( haxe.Md5.encode("héllo"), ["1a722f7e6c801d9e470a10cb91ba406d","be50e8478cf24ff3595bc7307fb91b50"] );
 	}
 
 }