diff options
| author | Tal Peer <tal@php.net> | 2002-10-08 14:08:17 +0000 |
|---|---|---|
| committer | Tal Peer <tal@php.net> | 2002-10-08 14:08:17 +0000 |
| commit | be7da25930b3c5ae4a732752cda5aa9618d9cae1 (patch) | |
| tree | 62f16e63216b5b69fc6e875e84865c04e4ae4624 /ext/fribidi | |
| parent | 73e85db8fc1782af7aed232b3772e023d4b13c33 (diff) | |
| download | php-git-be7da25930b3c5ae4a732752cda5aa9618d9cae1.tar.gz | |
Enhanced test to also check charsets CP1255 and ISO-8859-8
Diffstat (limited to 'ext/fribidi')
| -rw-r--r-- | ext/fribidi/tests/001.phpt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/fribidi/tests/001.phpt b/ext/fribidi/tests/001.phpt index 4deb262be0..cc26cb342c 100644 --- a/ext/fribidi/tests/001.phpt +++ b/ext/fribidi/tests/001.phpt @@ -7,6 +7,11 @@ fribidi_log2vis --FILE-- <?php error_reporting (E_ALL ^ E_NOTICE); - echo fribidi_log2vis("THE dog 123 IS THE biggest", FRIBIDI_AUTO, FRIBIDI_CHARSET_CAP_RTL);?> + echo fribidi_log2vis("THE dog 123 IS THE biggest", FRIBIDI_AUTO, FRIBIDI_CHARSET_CAP_RTL)."\n"; + echo fribidi_log2vis("בלה 198 foo בלה BAR 12", FRIBIDI_RTL, FRIBIDI_CHARSET_8859_8)."\n"; + echo fribidi_log2vis("Fri בידי יאאא bla 12% bla", FRIBIDI_AUTO, FRIBIDI_CHARSET_CP1255); +?> --EXPECT-- biggest EHT SI dog 123 EHT +BAR 12 הלב foo 198 הלב +Fri אאאי ידיב bla 12% bla |
