commit 77c85996589283b3c9d34e7b2c289bb86de4b8ae
Author: Uwe Stöhr <[email protected]>
Date:   Mon May 25 01:38:52 2015 +0200

    tex2lyx/test/test-insets.tex: remove the \lyxline stuff
    
    the \lyxline hack has gone from LyX long time ago. Therefore only one 
reference is enough

diff --git a/src/tex2lyx/test/test-insets-basic.tex 
b/src/tex2lyx/test/test-insets-basic.tex
index bc1bafe..ffd6d6d 100644
--- a/src/tex2lyx/test/test-insets-basic.tex
+++ b/src/tex2lyx/test/test-insets-basic.tex
@@ -475,23 +475,16 @@ The following tow don't work, but they should???
 
 \section{Special formattings\index{Special formattings}}
 
-\subsection{LyX line}
+\subsection{Rules}
 
 test
 
-{\tiny \lyxline{\tiny}}{\tiny \par}
+{\tiny{}\rule[0.5ex]{1\linewidth}{1pt}}{\tiny \par}
 
 test {\Huge Test} {\tiny test} test
 
-\lyxline{\normalsize}
-
-test
-
 {\Huge \lyxline{\Huge}}{\Huge \par}
 
-
-\subsection{rules}
-
 test\rule[0.001\textwidth]{1\columnwidth}{0.05\textheight}
 
 test
diff --git a/src/tex2lyx/test/test-insets.tex b/src/tex2lyx/test/test-insets.tex
index 3fb69a8..782b14b 100644
--- a/src/tex2lyx/test/test-insets.tex
+++ b/src/tex2lyx/test/test-insets.tex
@@ -498,23 +498,16 @@ The following tow don't work, but they should???
 
 \section{Special formattings\index{Special formattings}}
 
-\subsection{LyX line}
+\subsection{Rules}
 
 test
 
-{\tiny \lyxline{\tiny}}{\tiny \par}
+{\tiny{}\rule[0.5ex]{1\linewidth}{1pt}}{\tiny \par}
 
 test {\Huge Test} {\tiny test} test
 
-\lyxline{\normalsize}
-
-test
-
 {\Huge \lyxline{\Huge}}{\Huge \par}
 
-
-\subsection{rules}
-
 test\rule[0.001\textwidth]{1\columnwidth}{0.05\textheight}
 
 test

Reply via email to