--TEST--
Test hebrevc() function : basic functionality
--FILE--
\n'.\nThe function tries to avoid breaking words.\n";
var_dump(hebrevc($hebrew_text));
var_dump(hebrevc($hebrew_text, 15));
?>
===DONE===
--EXPECTF--
*** Testing hebrevc() : basic functionality ***
string(239) ".The hebrevc function converts logical Hebrew text to visual text
) This function is similar to hebrev() with the difference that it converts newlines
.'
.The function tries to avoid breaking words
"
string(317) "to visual text
Hebrew text
logical
converts
function
.The hebrevc
newlines
it converts
difference that
with the
to hebrev()
is similar
) This function
.'
breaking words
tries to avoid
.The function
"
===DONE===