summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/test/test6.tex
diff options
context:
space:
mode:
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}