Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb-ealloc-001.lvt
blob62928f952f3da20231c16c06a91aa8d773e6af2c
2 % Check that the allocation correctly rolls past
3 % 255 and errors (rather than restarts at 256)
4 % once the upper limit is reached
6 \documentclass{article}
8 \input{test2e}
12 \START
14 \newtoks\z
15 \show\z
17 \newtoks\z
18 \show\z
21 \count15=254
23 \newtoks\z
24 \show\z
26 \newtoks\z
27 \show\z
30 \show\e@alloc@top
31 \count15=\e@alloc@top
32 \advance\count15 -2
34 \newtoks\z
35 \show\z
37 \newtoks\z
38 \show\z
40 \newtoks\z
41 \show\z
44 \END