[latex3-commits] [git/LaTeX3-latex3-iftex] master: update test for new scrbase that does not define an incompatble ifpdftex (a93bfc9)

David Carlisle d.p.carlisle at gmail.com
Fri Mar 6 17:07:43 CET 2020


Repository : https://github.com/latex3/iftex
On branch  : master
Link       : https://github.com/latex3/iftex/commit/a93bfc96ca69347c8111967aefef07a7476e84a3

>---------------------------------------------------------------

commit a93bfc96ca69347c8111967aefef07a7476e84a3
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Fri Mar 6 16:07:43 2020 +0000

    update test for new scrbase that does not define an incompatble ifpdftex


>---------------------------------------------------------------

a93bfc96ca69347c8111967aefef07a7476e84a3
 testfiles/scrbase1.lvt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/testfiles/scrbase1.lvt b/testfiles/scrbase1.lvt
index c93e9bf..ed2afa7 100644
--- a/testfiles/scrbase1.lvt
+++ b/testfiles/scrbase1.lvt
@@ -4,7 +4,11 @@
 \input{regression-test}
 
 \START
-\ifpdftex{
+% this test originally tested the two argument version of \ifpdftex
+% but that is no longer defined by scrbase.
+\makeatletter
+\let\ifnotundefined\Ifnotundefined
+\scr at ifpdftex{
 \typeout{pdftex}
 }{
 \typeout{not pdftex}





More information about the latex3-commits mailing list.