summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/test/test6.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-07 22:17:34 +0000
committerKarl Berry <karl@freefriends.org>2018-02-07 22:17:34 +0000
commite01b80b010d2c208323fe5d086ec1ca392560b88 (patch)
treed9c68873ca076795a6b0d268627857ddaabe9273 /Master/texmf-dist/source/latex/hyperref/test/test6.tex
parent5c555b0602026d3916d5d9ecea2a49ad41d8bf2f (diff)
hyperref (7feb18)
git-svn-id: svn://tug.org/texlive/trunk@46565 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/test/test6.tex')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/test/test6.tex18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/test/test6.tex b/Master/texmf-dist/source/latex/hyperref/test/test6.tex
deleted file mode 100644
index 42c80b61de9..00000000000
--- a/Master/texmf-dist/source/latex/hyperref/test/test6.tex
+++ /dev/null
@@ -1,18 +0,0 @@
-\documentclass{book}
-\usepackage[extension=xxx]{hyperref}
-\begin{document}
-A\footnote{\texttt{abc}}
-
-\href{file://localhost/d:/test2.ps}{foo1}
-
-\href{file://localhost/d:/test2.pdf}{foo2}
-
-\href{d:/test2.pdf}{foo3}
-
-\href{d:/test2.ps}{foo4}
-
-\href{http://www-fourier.ujf-grenoble.fr:80/cgi-bin/zbfr/ZB/math-fr.html?AU=Taylor,+R&format=complete&type=html&maxdocs=10}{weird}
-
-\href{a%b}{hello}
-
-\end{document}