diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-08-13 06:17:37 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-08-13 06:17:37 +0000 |
commit | 5c5eccb48b4f1ae749e19882118bf5884cd2b4d8 (patch) | |
tree | 1ae88baf83baaccd8ba22873f5beb0ffe436f3d3 /Build/source/texk/web2c/omegaware/yannis.test | |
parent | 8f10870517816b1ae2c0a6a8e11707613e74341c (diff) |
texk/web2c/omegaware: Fixed a bug when checking for ligature loops
git-svn-id: svn://tug.org/texlive/trunk@34920 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegaware/yannis.test')
-rwxr-xr-x | Build/source/texk/web2c/omegaware/yannis.test | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/omegaware/yannis.test b/Build/source/texk/web2c/omegaware/yannis.test index 21a521b15bb..a431866eae7 100755 --- a/Build/source/texk/web2c/omegaware/yannis.test +++ b/Build/source/texk/web2c/omegaware/yannis.test @@ -33,27 +33,32 @@ echo && echo "*** ovp2ovf arabic yarabic yarabic" ./wovp2ovf $srcdir/$tests/arabic $tests/yarabic $tests/yarabic || exit 1 echo && echo "*** ofm2opl yarabic xyarabic" -omegafonts/omfonts -ofm2opl $tests/yarabic $tests/xyarabic || exit 1 +./wofm2opl $tests/yarabic $tests/xyarabic || exit 1 -echo && echo "*** ofm2opl yarabic xyarabic" -./wofm2opl $tests/yarabic $tests/xyarabic || exit 77 - -exit 0 -#*************************** +echo && echo "*** opl2ofm xyarabic xyarabic" +./wopl2ofm $tests/xyarabic $tests/xyarabic || exit 1 -diff $srcdir/$tests/Cherokee.pl $tests/xCherokee.pl || exit 1 +echo && echo "*** ofm2opl xyarabic yyarabic" +./wofm2opl $tests/xyarabic $tests/yyarabic || exit 1 - ./wovp2ovf $srcdir/$tests/OCherokee $tests/OCherokee $tests/OCherokee || exit 1 +echo && echo "*** diff xyarabicr.opl yyarabicr.opl" +diff $tests/xyarabic.opl $tests/yyarabic.opl || exit 1 - ./wofm2opl $tests/OCherokee $tests/OCherokee || exit 1 +echo && echo "*** ovf2ovp yarabic yarabic yyarabic" +./wovf2ovp $tests/yarabic $tests/yarabic $tests/yyarabic || exit 1 - ./wopl2ofm $tests/OCherokee $tests/xOCherokee || exit 1 +echo && echo "*** ovp2ovf yyarabic yyarabic yyarabic" +./wovp2ovf $tests/yyarabic $tests/yyarabic $tests/yyarabic || exit 1 - ./wofm2opl $tests/xOCherokee $tests/xOCherokee || exit 1 +echo && echo "*** ofm2opl yyarabic xyarabic" +./wofm2opl $tests/yyarabic $tests/zyarabic || exit 1 -diff $tests/OCherokee.opl $tests/xOCherokee.opl || exit 1 +echo && echo "*** diff xyarabicr.opl zyarabicr.opl" +diff $tests/xyarabic.opl $tests/zyarabic.opl || exit 1 - ./wovf2ovp $tests/OCherokee $tests/OCherokee $tests/xOCherokee || exit 1 +echo && echo "*** ovf2ovp yyarabic yyarabic zyarabic" +./wovf2ovp $tests/yyarabic $tests/yyarabic $tests/zyarabic || exit 1 -diff $srcdir/$tests/OCherokee.ovp $tests/xOCherokee.ovp || exit 1 +echo && echo "*** diff yyarabicr.ovp yyarabicr.ovp" +diff $tests/yyarabic.ovp $tests/zyarabic.ovp || exit 1 |