From 8c57af527632bc87da52917471fdce5065a78825 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Mon, 2 Jan 2012 16:18:15 +1030 Subject: [PATCH] Updated test expectations (TODO - go learn more about LaTeX to ensure this is actually correct) --- tests/Latex_Render_Url.phpt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tests/Latex_Render_Url.phpt b/tests/Latex_Render_Url.phpt index 07a774f7c37..c30d46a68ae 100644 --- a/tests/Latex_Render_Url.phpt +++ b/tests/Latex_Render_Url.phpt @@ -4,16 +4,20 @@ Text_Wiki_Latex_Render_Url transform(' +print $w->transform(' [[http://www.example.com/page|An example page]] [[http://www.example.com/page]] http://www.example.com/page -', 'Latex')); +', 'Latex'); ?> --EXPECT-- -string(148) " +\documentclass{article} +\usepackage{ulem} +\pagestyle{headings} +\begin{document} + An example page\footnote{http://www.example.com/page} -\footnote{http://www.example.com/page} -\footnote{http://www.example.com/page} +http://www.example.com/page\footnote{http://www.example.com/page} +http://www.example.com/page\footnote{http://www.example.com/page} \end{document} -" +