about summary refs log tree commit diff
path: root/test/pbmtextps.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-03-04 18:21:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-03-04 18:21:11 +0000
commitc312fa1d3c6ca31f5db705081f1217fbfde1c4d2 (patch)
tree0f39e069a282805d8f5404be8a3269441766566b /test/pbmtextps.test
parent5ce82accbe2b446d572516a4636831e16ee21b16 (diff)
downloadnetpbm-mirror-c312fa1d3c6ca31f5db705081f1217fbfde1c4d2.tar.gz
netpbm-mirror-c312fa1d3c6ca31f5db705081f1217fbfde1c4d2.tar.xz
netpbm-mirror-c312fa1d3c6ca31f5db705081f1217fbfde1c4d2.zip
test new -asciihex and -ascii85 on 'pbmtextps'
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4510 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/pbmtextps.test')
-rwxr-xr-xtest/pbmtextps.test10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/pbmtextps.test b/test/pbmtextps.test
index 975f960c..55f3f96a 100755
--- a/test/pbmtextps.test
+++ b/test/pbmtextps.test
@@ -24,7 +24,7 @@ pbmtextps -descent=2 ${text} | cmp -s - ${text_pbm}
 rm ${text_pbm}
 
 
-echo "Test 2.  Should print P1 1 1 0 three times"
+echo "Test 2.  Should print P1 1 1 0 five times"
 # blank images
 
 pbmtextps " " | pnmcrop -plain -blank-image=minimize |\
@@ -32,7 +32,11 @@ pbmtextps " " | pnmcrop -plain -blank-image=minimize |\
 pbmtextps -fontsize=12   " " | pnmcrop -plain -blank-image=minimize |\
   tr '\n' ' ' ; echo
 pbmtextps -resolution=50 " " | pnmcrop -plain -blank-image=minimize |\
-  tr '\n' ' ' ; echo 
+  tr '\n' ' ' ; echo
+pbmtextps -asciihex "20" | pnmcrop -plain -blank-image=minimize |\
+  tr '\n' ' ' ; echo
+pbmtextps -ascii85  "+9" | pnmcrop -plain -blank-image=minimize |\
+  tr '\n' ' ' ; echo
 
 
 
@@ -49,5 +53,3 @@ pbmtextps "+" | pnmcrop -left -right | pbmminkowski | grep "eulerchi"
 pbmtextps "+" | pnmcrop | pbmminkowski | grep "eulerchi"
 
 pbmtextps "o" | pnmcrop | pbmminkowski | grep "eulerchi"
-
-