repo.or.cz
/
latex2e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve build script for amsmath
[latex2e.git]
/
latex2e-20160201
/
base
/
testfiles
/
tlb-ealloc-001.lvt
blob
62928f952f3da20231c16c06a91aa8d773e6af2c
1
%
2
% Check that the allocation correctly rolls past
3
% 255 and errors (rather than restarts at 256)
4
% once the upper limit is reached
5
6
\documentclass{article}
7
8
\input{test2e}
9
10
11
12
\START
13
14
\newtoks\z
15
\show\z
16
17
\newtoks\z
18
\show\z
19
20
21
\count15=254
22
23
\newtoks\z
24
\show\z
25
26
\newtoks\z
27
\show\z
28
29
30
\show\e@alloc@top
31
\count15=\e@alloc@top
32
\advance\count15 -2
33
34
\newtoks\z
35
\show\z
36
37
\newtoks\z
38
\show\z
39
40
\newtoks\z
41
\show\z
42
43
44
\END