1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
>>> Running TRAP test for Metafont.
>>> See SRCDIR/triptrap/mftrap.diffs for example of acceptable diffs.
+ ln -s SRCDIR/triptrap/trap.mf .
+ ./mf --progname=inimf
+ mv trap.log mftrapin.log
+ diff SRCDIR/triptrap/mftrapin.log mftrapin.log
1c1
< This is METAFONT, Version 2.718281 (INIMF) 15 MAR 2008 02:23
---
> This is METAFONT, Version 2.718281 (TeX Live 2012) (INIMF) 11 MAY 2012 13:42
150c150
< String usage 26&83 (891&11438 still untouched)
---
> String usage 30&98 (6386&79458 still untouched)
176,177c176,177
< (preloaded base=trap 2008.3.15)
< 1117 strings of total length 20614
---
> (base=trap 2012.5.11)
> 1123 strings of total length 20593
+ ./mf --progname=inimf
+ mv trap.log mftrap.log
+ mv trap.tfm mftrap.tfm
+ diff SRCDIR/triptrap/mftrap.fot mftrap.fot
1,3c1,2
< This is METAFONT, Version 2.718281 (INIMF)
< ** &trap trap
< (trap.mf
---
> This is METAFONT, Version 2.718281 (TeX Live 2012) (INIMF)
> **(trap.mf
39c38
< String usage 41&161 (815&7634 still untouched)
---
> String usage 50&202 (6300&75614 still untouched)
+ diff SRCDIR/triptrap/mftrap.log mftrap.log
1c1
< This is METAFONT, Version 2.718281 (preloaded base=trap 2008.3.15) 15 MAR 2008 02:23
---
> This is METAFONT, Version 2.718281 (TeX Live 2012) (base=trap 2012.5.11) 11 MAY 2012 13:42
1825c1825
< String usage 24&92 (858&11309 still untouched)
---
> String usage 30&119 (6346&79282 still untouched)
4235c4235
< String usage 41&161 (815&7634 still untouched)
---
> String usage 50&202 (6300&75614 still untouched)
4251,4252c4251,4252
< 68 strings out of 883
< 3752 string characters out of 11386
---
> 77 strings out of 6377
> 3793 string characters out of 79407
4254,4255c4254,4255
< 289 symbolic tokens out of 2100
< 8i,43n,14r,8p,167b stack positions out of 30i,100n,300r,150p,500b
---
> 289 symbolic tokens out of 9500
> 8i,43n,14r,8p,167b stack positions out of 300i,300n,1000r,150p,500b
4263c4263
< out of 256w,16h,16d,64i,5000l,500k,256e,50p)
---
> out of 256w,16h,16d,64i,15000l,2500k,256e,60p)
+ ./tftopl ./mftrap.tfm mftrap.pl
+ diff SRCDIR/triptrap/mftrap.pl mftrap.pl
+ ./gftype -m -i ./trap.72270gf
+ diff SRCDIR/triptrap/trap.typ trap.typ
1c1
< This is GFtype, Version 3.1
---
> This is GFtype, Version 3.1 (TeX Live 2012)
3c3
< ' METAFONT output 2008.03.15:0223'
---
> ' METAFONT output 2012.05.11:1342'
+ exit 0
PASS: trap.test
|