Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Test form feed removal |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ee8c596d597528d65a5afa1fd54b094f |
User & Date: | peter 2006-05-22 17:50:28.000 |
Context
2006-05-22
| ||
17:55 | Added test coverage run. Source split in several files. check-in: 1444508f47 user: peter tags: trunk | |
17:50 | Test form feed removal check-in: ee8c596d59 user: peter tags: trunk | |
17:49 | Reorganized to put enscript specific stuff more centralized, to make a future switch easier. check-in: 47aa336129 user: peter tags: trunk | |
Changes
Changes to tests/print.test.
1 2 3 4 5 | # Tests for printing. -*- tcl -*- #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Tests for printing. -*- tcl -*- #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- test print-1.1 {Tab expansion} {FixTextBlock "a\fp\fa" 1.0} {apa} test print-1.2 {Tab expansion} {FixTextBlock "\tapa" 1.0} { apa} test print-1.3 {Tab expansion} {FixTextBlock "\tapa" 1.1} { apa} test print-1.4 {Tab expansion} {FixTextBlock "\tapa" 1.7} { apa} test print-1.5 {Tab expansion} {FixTextBlock "\tapa" 1.8} { apa} test print-1.6 {Tab expansion} {FixTextBlock "apa\tapa" 1.0} {apa apa} test print-1.7 {Tab expansion} {FixTextBlock "a\fpa\tapa" 1.1} {apa apa} test print-1.8 {Tab expansion} {FixTextBlock "apa\tapa" 1.4} {apa apa} test print-1.9 {Tab expansion} {FixTextBlock "apa\tapa" 1.5} {apa apa} |