[latex3-commits] [git/LaTeX3-latex3-hyperref] main: test for issue 194 (b1e08cf)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Jun 7 11:15:24 CEST 2021
Repository : https://github.com/latex3/hyperref
On branch : main
Link : https://github.com/latex3/hyperref/commit/b1e08cf71fbb00378ffdb9796954bc7df2a09816
>---------------------------------------------------------------
commit b1e08cf71fbb00378ffdb9796954bc7df2a09816
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Jun 7 11:15:24 2021 +0200
test for issue 194
>---------------------------------------------------------------
b1e08cf71fbb00378ffdb9796954bc7df2a09816
testfiles/{issue185-nonascii-label.lvt => issue194-colon-label.lvt} | 5 +++--
testfiles/{issue185-nonascii-label.tlg => issue194-colon-label.tlg} | 0
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/testfiles/issue185-nonascii-label.lvt b/testfiles/issue194-colon-label.lvt
similarity index 59%
copy from testfiles/issue185-nonascii-label.lvt
copy to testfiles/issue194-colon-label.lvt
index 52be1f9..70d4bb9 100644
--- a/testfiles/issue185-nonascii-label.lvt
+++ b/testfiles/issue194-colon-label.lvt
@@ -1,13 +1,14 @@
\input{regression-test}
\documentclass{article}
+\usepackage[french]{babel}
\usepackage{hyperref}
\begin{document}
-\section{Foo}\label{foé}
+\section{Foo}\label{fo:goo}
\newpage
\START
-\hyperref[foé]{GO}.
+\hyperref[fo:goo]{GO}.
\END
diff --git a/testfiles/issue185-nonascii-label.tlg b/testfiles/issue194-colon-label.tlg
similarity index 100%
copy from testfiles/issue185-nonascii-label.tlg
copy to testfiles/issue194-colon-label.tlg
More information about the latex3-commits
mailing list.