commit 429f4669b03cae0fd41e2abc6b0144d1c61bfe69
Author: Uwe Stöhr <[email protected]>
Date:   Mon May 25 01:07:35 2015 +0200

    test-insets-basic.tex: remove (in my opinion) wrong parser test
    
    for more info see bug #9563

diff --git a/src/tex2lyx/test/test-insets-basic.lyx.lyx 
b/src/tex2lyx/test/test-insets-basic.lyx.lyx
index c4a2886..ba5c043 100644
--- a/src/tex2lyx/test/test-insets-basic.lyx.lyx
+++ b/src/tex2lyx/test/test-insets-basic.lyx.lyx
@@ -1005,30 +1005,6 @@ target "ftp://www.test.test";
 
 \end_layout
 
-\begin_layout Standard
-parser test (stupid, but valid):
-\begin_inset CommandInset href
-LatexCommand href
-name "}"
-target "http://www.test.test";
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-parser test (escaped):
-\begin_inset CommandInset href
-LatexCommand href
-name "a brace } and another one { and something"
-target "http://www.test.test";
-
-\end_inset
-
-
-\end_layout
-
 \begin_layout Section
 Lists
 \begin_inset Index idx
diff --git a/src/tex2lyx/test/test-insets-basic.tex 
b/src/tex2lyx/test/test-insets-basic.tex
index a16da7e..bc1bafe 100644
--- a/src/tex2lyx/test/test-insets-basic.tex
+++ b/src/tex2lyx/test/test-insets-basic.tex
@@ -179,10 +179,6 @@ ftp:\href{ftp://www.test.test}{ftp://www.test.test}
 
 ftp2:\href{ftp://www.test.test}{www.test.test}
 
-parser test (stupid, but valid):\href{http://www.test.test}{\}}
-
-parser test (escaped):\href{http://www.test.test}{a brace \} and another one 
\{ and something}
-
 
 \section{Lists\index{Lists}}
 

Reply via email to