runtests.py was being forgotten and a string transliterated.
This commit is contained in:
Enrico Forestieri 2017-06-17 19:35:10 +02:00
parent 9b2b51a4db
commit a1e65ad458
3 changed files with 3 additions and 2 deletions

View File

@ -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', \

View 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

View 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}