The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit b4bc4edb64d3326f8ad122d811793ef4d4a58c8a Author: Georg Baum <[email protected]> Date: Wed Nov 28 22:23:43 2012 +0100 Comment out failing test The verbatim environment is not yet supported in branch (bug #5408), but the test slipped in while backporting the fix for bug #4468. diff --git a/src/tex2lyx/test/test-structure.tex b/src/tex2lyx/test/test-structure.tex index 79989fc..01f5d57 100644 --- a/src/tex2lyx/test/test-structure.tex +++ b/src/tex2lyx/test/test-structure.tex @@ -308,17 +308,17 @@ labelings: \end{lyxlist} verbatim: -\begin{verbatim} -verbat im % $ 02/19/12 -hjkh -jkh \ blah -\begin{centering} - - -zzz \section{ -\end{raggedleft} - -\end{verbatim} +%\begin{verbatim} +%verbat im % $ 02/19/12 +%hjkh +%jkh \ blah +%\begin{centering} +% +% +%zzz \section{ +%\end{raggedleft} +% +%\end{verbatim} \verb~\~ \verb+\item[ABC] first item+ \verb+something\+ bug 4468 ----------------------------------------------------------------------- Summary of changes: src/tex2lyx/test/test-structure.tex | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) hooks/post-receive -- The LyX Source Repository
