From 3e9e37b8c06f462ab4eb055109b73ca5a76fd47c Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 4 Sep 2016 19:55:28 +0000 Subject: Fix comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2820 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pbmtext.test | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'test/pbmtext.test') 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 -- cgit 1.4.1