From 2b47baa9999a9a1132a776e80b87cc82098260a8 Mon Sep 17 00:00:00 2001 From: grubert Date: Sun, 6 Jul 2014 20:22:07 +0000 Subject: [PATCH] FIX broken expected output (0.12 was replaced by 0.13) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7766 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- test/functional/expected/standalone_rst_latex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/expected/standalone_rst_latex.tex b/test/functional/expected/standalone_rst_latex.tex index 7adb4b261..e679dc0e9 100644 --- a/test/functional/expected/standalone_rst_latex.tex +++ b/test/functional/expected/standalone_rst_latex.tex @@ -1724,7 +1724,7 @@ This is a \DUroletitlereference{\DUrole{custom-title-reference}{customized title A multicolumn table with multi-paragraph rowspanning cells: \setlength{\DUtablewidth}{\linewidth} -\begin{longtable*}[c]{|p{0.133\DUtablewidth}|p{0.179\DUtablewidth}|p{0.179\DUtablewidth}|p{0.110\DUtablewidth}|p{0.131\DUtablewidth}|p{0.145\DUtablewidth}|} +\begin{longtable*}[c]{|p{0.133\DUtablewidth}|p{0.179\DUtablewidth}|p{0.179\DUtablewidth}|p{0.110\DUtablewidth}|p{0.121\DUtablewidth}|p{0.145\DUtablewidth}|} \hline test -- 2.11.4.GIT