Nicolas Cannasse 12 years ago
parent
commit
acd786331f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/TestXML.hx

+ 1 - 1
tests/unit/TestXML.hx

@@ -60,7 +60,7 @@ class TestXML extends Test {
 		#end
 		#if flash9
 		eq( Xml.parse('" < >').toString(), '" < >' ); // some entities are resolved but not escaped on printing
-		#elseif
+		#else
 		eq( Xml.parse('" < >').toString(), '" < >' );
 		#end
 	}