Eskil

Check-in [10dc811844]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:New tests
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 10dc81184480bd4889f2aff1015de55ead95cd6e
User & Date: peter 2006-05-22 17:19:26.000
Context
2006-05-22
17:49
Reorganized to put enscript specific stuff more centralized, to make a future switch easier. check-in: 47aa336129 user: peter tags: trunk
17:19
New tests check-in: 10dc811844 user: peter tags: trunk
17:04
Explain relative -r numbers. check-in: f8c67e6117 user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Added tests/print.test.
































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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 "apa"   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 "apa\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}