xterm: update to 397
[oi-userland.git] / components / perl / Term-Cap / test / results-all.master
blob1728e580b47832906107f4b62cd62c7e5b88c232
1 PERL_DL_NONLAZY=1 "$(PERL)" "-Iblib/lib" "-Iblib/arch" test.pl
2 1..45
3 ok 1 - use Term::Cap;
4 ok 2 - termcap_path() should find default files
5 ok 3 - termcap_path() should find file from $ENV{TERMCAP}
6 ok 4 - termcap_path() should find file from $ENV{TERMPATH}
7 ok 5 - Tpad() should return undef with no arguments
8 ok 6 - Tpad() should return strings verbatim with no match
9 ok 7 - Tpad() should pad paddable strings
10 ok 8 - Tpad() should perform pad math
11 ok 9 - Tpad() should write to filehandle when passed
12 ok 10 - Tputs() should return existing value
13 ok 11 - Tputs() should delegate to Tpad()
14 ok 12 - Tputs() should cache pc value when asked
15 ok 13 - Tputs() should write to filehandle when passed
16 ok 14 - Trequire() should finds existing cap
17 ok 15 - Trequire() should croak with unsupported cap
18 ok 16 - Tgetent() should croaks without TERM
19 ok 17 - Tgetent() should set default OSPEED
20 ok 18 - Default OSPEED implies default PADDING
21 ok 19 - Tgetent() doesn't carp() without warnings on
22 ok 20 - Tgetent() should not work if OSPEED is provided
23 ok 21 - Tgetent() should set slow PADDING when needed
24 ok 22 - Tgetent() should catch bad termcap file
25 ok 23 - Tgetent() should die with bad termcap
26 ok 24 - Tgetent() should catch deep recursion
27 ok 25 - Tgetent() should set a single field correctly
28 ok 26 - Tgetent() should set another field on the same line
29 ok 27 - Tgetent() should set a blank field correctly
30 ok 28 - Tgetent() should set a key value pair correctly
31 ok 29 - Tgetent() should set and translate pairs
32 ok 30 - should set _pc field correctly
33 ok 31 - should set _bc field correctly
34 ok 32 - Windows gets "dumb" by default
35 ok 33 - Tgoto() should handle %d code
36 ok 34 - Tgoto() should print to filehandle if passed
37 ok 35 - Tgoto() should handle %.
38 ok 36 - Tgoto() should handle %. and magic
39 ok 37 - Tgoto() should handle %+
40 ok 38 - Tgoto() should handle %+char
41 ok 39 - Tgoto() should substr()s %+ if needed
42 ok 40 - Tgoto() should swaps params with %r
43 ok 41 - Tgoto() should unpack args with %>
44 ok 42 - Tgoto() should format with %2
45 ok 43 - Tgoto() should also formats with %3
46 ok 44 - Tgoto() should increment args with %i
47 ok 45 - Tgoto() should catch invalid args