diff options
author | Karl Berry <karl@freefriends.org> | 2024-03-26 15:39:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-03-26 15:39:45 +0000 |
commit | 9f509b2d634f95e3b4973d83905365561bb78096 (patch) | |
tree | 09b19c31535e1d39afbc24ec2dd98cac53724c9d /Build/source/texk/web2c/tests | |
parent | 4e2372e78667aa348bf1c6918511e7929d349aa2 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@70774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tests')
-rw-r--r-- | Build/source/texk/web2c/tests/aftergroupout.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tests/aftergroupout.tex b/Build/source/texk/web2c/tests/aftergroupout.tex index 7be0466a022..9e2d47a96df 100644 --- a/Build/source/texk/web2c/tests/aftergroupout.tex +++ b/Build/source/texk/web2c/tests/aftergroupout.tex @@ -2,6 +2,8 @@ % Public domain. Based on a post by David Carlisle to tex-live, % https://tug.org/pipermail/tex-live/2024-March/050292.html % +% See ./unbalanced-braces.tex for background. +% \catcode`\{=1 \catcode`\}=2 \pdfoutput = 1 \pdfmapline{cmr10 CMR10 <cmr10.pfb} @@ -11,7 +13,7 @@ \parfillskip=0pt plus1fil % with original TL24 binaries, \aftergroup on the \output routine didn't work. -\def\xxx{\aftergroup should-appear!\global\let\xxx\relax} +\def\xxx{\aftergroup A\global\let\xxx\relax} \output{\xxx\global\advance\count0 by 1 \shipout\box255} |