commit 410918400c31d78174d1baf3101b9d2026d75e38
Author: Uwe Stöhr <[email protected]>
Date:   Sun May 24 18:38:40 2015 +0200

    tex2lyx/test/test-insets.tex: avoid 2 error messages

diff --git a/src/tex2lyx/test/test-insets.lyx.lyx 
b/src/tex2lyx/test/test-insets.lyx.lyx
index 442d58b..ccb0321 100644
--- a/src/tex2lyx/test/test-insets.lyx.lyx
+++ b/src/tex2lyx/test/test-insets.lyx.lyx
@@ -759,7 +759,7 @@ We can input files too, like this
 \begin_inset CommandInset include
 LatexCommand input
 preview false
-filename "DummyDocument.lyx.lyx"
+filename "DummyDocument.lyx"
 
 \end_inset
 
@@ -767,7 +767,7 @@ filename "DummyDocument.lyx.lyx"
 \begin_inset CommandInset include
 LatexCommand include
 preview false
-filename "Dummy Document.tex"
+filename "Dummy Document.lyx"
 
 \end_inset
 
@@ -775,7 +775,7 @@ filename "Dummy Document.tex"
 \begin_inset CommandInset include
 LatexCommand include
 preview false
-filename "Dummy Document.tex"
+filename "Dummy Document.lyx"
 
 \end_inset
 
@@ -783,7 +783,7 @@ filename "Dummy Document.tex"
 \begin_inset CommandInset include
 LatexCommand include
 preview false
-filename "Dummy~Document.lyx.lyx"
+filename "Dummy~Document.lyx"
 
 \end_inset
 
@@ -791,7 +791,7 @@ filename "Dummy~Document.lyx.lyx"
 \begin_inset CommandInset include
 LatexCommand include
 preview false
-filename "Dummy~Document.lyx.lyx"
+filename "Dummy~Document.lyx"
 
 \end_inset
 
@@ -882,7 +882,7 @@ If you prefer verbatim input, you can choose between
 \begin_inset CommandInset include
 LatexCommand verbatiminput
 preview false
-filename "foo"
+filename "DummyDocument.tex"
 
 \end_inset
 
@@ -895,7 +895,7 @@ filename "foo"
 \begin_inset CommandInset include
 LatexCommand verbatiminput*
 preview false
-filename "foo"
+filename "DummyDocument.tex"
 
 \end_inset
 
diff --git a/src/tex2lyx/test/test-insets.tex b/src/tex2lyx/test/test-insets.tex
index 978e873..ec4e701 100644
--- a/src/tex2lyx/test/test-insets.tex
+++ b/src/tex2lyx/test/test-insets.tex
@@ -141,9 +141,9 @@ From bug 7306:
 \citet{gur+04} have demonstrated that authors should not have umlauts
 in their names. It's OK to use them in the man\"{u}script, though.
 \begin{thebibliography}{References}
-\bibitem[M\"{o}stl et~al.(2010)]{Mostl2010} Gürkan, M.~A., Freitag,
+\bibitem[M\"{o}stl et~al.(2010)]{Mostl2010} G�rkan, M.~A., Freitag,
 M., \& Rasio, F.~A. 2004, ApJ, 604, 632
-\bibitem[{{G\"{u}rkan et~al.}(2004)}]{gur+04} Gürkan, M.~A., Freitag,
+\bibitem[{{G\"{u}rkan et~al.}(2004)}]{gur+04} G�rkan, M.~A., Freitag,
 M., \& Rasio, F.~A. 2004, ApJ, 604, 632\end{thebibliography}
 
 
@@ -180,7 +180,7 @@ and PDF pages:
 
\includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/beamer-icsi-logo}
 
 If you prefer verbatim input, you can choose
-between~\verbatiminput{DummyDocument} or~\verbatiminput*{DummyDocument}.
+between~\verbatiminput{DummyDocument.tex} 
or~\verbatiminput*{DummyDocument.tex}.
 
 
 \section{URLs and Hyperlinks\index{URL}\nomenclature[www]{URL}{uniform 
resource locator}}
@@ -233,7 +233,7 @@ def func(param):
     'this is a python function'
     pass
 def func(param):
-'This is a German word: Tschüß'
+'This is a German word: Tsch��'
 pass
 def func(param):
 'this is a python function'
@@ -606,12 +606,12 @@ e\textcorner{}
 \textipa{pbtd\:t\:dc\textbardotlessj k\textscriptg q\;G}
 \textipa{PmMn\:n\textltailn N\;N\;Br\;RR}
 \textipa{\:rFBfvTDszSZ\:s}
-\textipa{\:zçJxGXK\textcrh QhH\textbeltl{}}
+\textipa{\:z�JxGXK\textcrh QhH\textbeltl{}}
 \textipa{\textlyoghlig V\*r\:Rh\textturnmrleg l\:lL\;L}
 
 \textipa{\!o|!\textdoublebarpipe ||\!b\!d\!j\!g\!Ge'}
 
-\textipa{iy1\textbaru W\textcolor{red}{uIY}Ueø987o@E½3\textcloserevepsilon 
2Oæ5a\textscoelig A6}
+\textipa{iy1\textbaru W\textcolor{red}{uIY}Ue�987o@E�3\textcloserevepsilon 
2O�5a\textscoelig A6}
 
 \textipa{\*ww4\;H\textbarrevglotstop\textbarglotstop 
C\textctz\textturnlonglegr\texththeng \texttoptiebar{ar}\textbottomtiebar{tz}}
 

Reply via email to