]> git.lyx.org Git - lyx.git/commitdiff
Amend 9b2b51a4
authorEnrico Forestieri <forenr@lyx.org>
Sat, 17 Jun 2017 17:35:10 +0000 (19:35 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 17 Jun 2017 17:35:10 +0000 (19:35 +0200)
runtests.py was being forgotten and a string transliterated.

src/tex2lyx/test/runtests.py
src/tex2lyx/test/test-minted.lyx.lyx
src/tex2lyx/test/test-minted.tex

index d5c8766ccdd77a14fb3554bfbabb6e166d2f0560..74f5cf7972e709e4047e159951a4556ea95f2db2 100755 (executable)
@@ -80,6 +80,7 @@ def main(argv):
                  'test-insets.tex', \
                  'test-insets-basic.tex', \
                  'test-memoir.tex', \
+                 'test-minted.tex', \
                  'test-modules.tex', \
                  'test-refstyle-theorems.tex', \
                  'test-scr.tex', \
index 7e4c4542ccf3233e234c31a78b36ca039aad6b33..0af108d2d3c5fbbad7671afc480b91bfd356b681 100644 (file)
@@ -235,7 +235,7 @@ def func(param):
 \end_layout
 
 \begin_layout Plain Layout
-    'This is a German word: Tschuess'
+    'This is a German word: Tschüß'
 \end_layout
 
 \begin_layout Plain Layout
index a6efa4c0012bc3cd7ea322ab6cfec109671b18f3..f53ea83586b9148614b17eba4cb36406a12753b4 100644 (file)
@@ -32,7 +32,7 @@ def func(param):
     'this is a python function'
     pass
 def func(param):
-    'This is a German word: Tschuess'
+    'This is a German word: Tschüß'
     pass
 \end{minted}