$this->assertTrue(in_array($result,array('msungstdlight','stsongstdlight','helvetica','DejaVuSans','cid0jp','cid0kr','freemono','freeserif')),'Error bad value '.$result.' for FONTFORPDF in main.lang file '.$code);
$this->assertTrue(in_array($result,array('.',',','/','。',' ','','None')),'Error on decimal separator for lang code '.$code);// Note that ، that is coma for RTL languages is not supported
$this->assertTrue(in_array($result,array('.',',','/',' ','','\'','None','Space')),'Error on thousand separator for lang code '.$code);// Note that ، that is coma for RTL languages is not supported
$this->assertTrue($result==0,'Found a sequence tag <'.(empty($reg[2])?'':$reg[2]).' into the translation file '.$code.'/'.$file.' in line '.empty($reg[1])?'':$reg[1]);
print__METHOD__." result trans FilterOnInto = ".$result."\n";
$this->assertEquals($result,"Search criteria '<b><input autofocus onfocus='alert(1337)' <--!</b>' into fields ",'Result of lang->trans must have original translation string with its original HTML tag, but inserted values must be fully encoded.');