[latex3-commits] [git/LaTeX3-latex3-latex2e] gh648: Fix test (87829f5f)

PhelypeOleinik phelype.oleinik at latex-project.org
Mon Aug 16 07:34:40 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh648
Link       : https://github.com/latex3/latex2e/commit/87829f5f7c7ce4ac6f3ec67aadfaec6f9a91d13e

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

commit 87829f5f7c7ce4ac6f3ec67aadfaec6f9a91d13e
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Mon Aug 16 02:34:40 2021 -0300

    Fix test


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

87829f5f7c7ce4ac6f3ec67aadfaec6f9a91d13e
 base/testfiles-lthooks/lthooks-018.lvt | 4 ++--
 base/testfiles-lthooks/lthooks-018.tlg | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/base/testfiles-lthooks/lthooks-018.lvt b/base/testfiles-lthooks/lthooks-018.lvt
index c3f19a47..caa74ed5 100644
--- a/base/testfiles-lthooks/lthooks-018.lvt
+++ b/base/testfiles-lthooks/lthooks-018.lvt
@@ -15,8 +15,8 @@
 
 \START
 
-\AddToHook{env/before/quote}[my1]{\dotfill before 1\dotfill\par}
+\AddToHook{env/quote/before}[my1]{\dotfill before 1\dotfill\par}
 
-\LogHook{env/before/quote}
+\LogHook{env/quote/before}
 
 \END
diff --git a/base/testfiles-lthooks/lthooks-018.tlg b/base/testfiles-lthooks/lthooks-018.tlg
index fc9f09a8..0bd703e8 100644
--- a/base/testfiles-lthooks/lthooks-018.tlg
+++ b/base/testfiles-lthooks/lthooks-018.tlg
@@ -1,13 +1,13 @@
 This is a generated file for the l3build validation system.
 Don't change this file in any respect.
-**** Add to hook env/before/quote (my1) on input line ... <- \dotfill before 1\dotfill \par 
-Update code for hook 'env/before/quote' on input line ...:
+**** Add to hook env/quote/before (my1) on input line ... <- \dotfill before 1\dotfill \par 
+Update code for hook 'env/quote/before' on input line ...:
 Code labels for sorting:
  my1
 Data structure for label rules:
  my1 = 0 -> 
 Handled code for my1
--> The hook 'env/before/quote':
+-> The hook 'env/quote/before':
 > Code chunks:
 >     my1 -> \dotfill before 1\dotfill \par 
 > Document-level (top-level) code (executed last):





More information about the latex3-commits mailing list.