HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/texlive/texmf-dist/doc/pdftex/tests/08-pdfprimitive/test-pdfprimitive-non.tex
% $Id: test-pdfprimitive-non.tex 784 2017-11-28 23:55:44Z karl $
% Public domain.

% Check that \pdfprimitive silently gives no error when used
% on a non-primitive, or on an undefined control sequence.
% 
% This is the behavior which the manual has always documented,
% although for some years up until the 2018 release, pdftex
% gave an error instead of making it be a no-op.
%
\let\mytestcs=\relax
\pdfprimitive\mytestcs
\pdfprimitive\undefinedjunky
\end