about summary refs log tree commit diff
path: root/test/pbmtext.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-09-04 19:55:28 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-09-04 19:55:28 +0000
commit3e9e37b8c06f462ab4eb055109b73ca5a76fd47c (patch)
tree55ff786805bead80698ad4f318f18b8ab858d793 /test/pbmtext.test
parent076058dd3331b18fe14488123cefea208356bd90 (diff)
downloadnetpbm-mirror-3e9e37b8c06f462ab4eb055109b73ca5a76fd47c.tar.gz
netpbm-mirror-3e9e37b8c06f462ab4eb055109b73ca5a76fd47c.tar.xz
netpbm-mirror-3e9e37b8c06f462ab4eb055109b73ca5a76fd47c.zip
Fix comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2820 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/pbmtext.test')
-rwxr-xr-xtest/pbmtext.test10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/pbmtext.test b/test/pbmtext.test
index 20c9b285..064b1660 100755
--- a/test/pbmtext.test
+++ b/test/pbmtext.test
@@ -6,9 +6,13 @@ tmpdir=${tmpdir:-/tmp}
 
 # Test 1:
 
+# Should print 3898818212 967 twice
+
 pbmtext UNIX Philosophy: Do one thing and do it well. | cksum
 echo -n "UNIX Philosophy: Do one thing and do it well." | pbmtext | cksum
 
+# Should print 2506052117 1354 twice
+
 pbmtext -builtin fixed \
     For truth is always strange. Stranger than fiction. Lord Byron | cksum
 echo -n "For truth is always strange. Stranger than fiction. Lord Byron" | \
@@ -76,13 +80,13 @@ rm ${fontRectangle_txt} ${font_pbm}
 # Test 5: Print all characters defined in the built-in bdf font
 
 # One long row
-# Should print
+# Should print 3233136020 4535
 awk 'BEGIN { for (i=32; i<=125;++i) printf("%c",i);
              for (i=160;i<=255;++i) printf("%c",i); }' | \
     pbmtext -builtin bdf | cksum
 
 # One tall column
-# Should print
+# Should print 1216262214 5711
 awk 'BEGIN { for (i=32; i<=125;++i) printf("%c\n",i);
              for (i=160;i<=255;++i) printf("%c\n",i); }' | \
     pbmtext -nomargins -builtin bdf | cksum
@@ -94,7 +98,7 @@ awk 'BEGIN { for (i=32; i<=125;++i) printf("%c\n",i);
 font_bdf=${tmpdir}/font.bdf
 font_corrupt_bdf=${tmpdir}/fontcorrupt.bdf
 
-# Though this is BDF font file defines only three letters, it is valid.
+# Though this BDF font file defines only three letters, it is valid.
 
 cat > ${font_bdf} << EOF
 STARTFONT 2.1