Add test for language nesting regression

The new test shows a language nesting regression: With LyX 2.1 it exports fine
in all formats, with 2.2 it fails for dvi, pdf2 and pdf3.
This commit is contained in:
Georg Baum 2015-11-29 11:52:34 +01:00
parent 7831e11717
commit 2f3f82e75b
4 changed files with 1596 additions and 6 deletions

View File

@ -3,7 +3,8 @@ include $(top_srcdir)/config/common.am
EXTRA_DIST = $(TEST_FILES)
TEST_FILES = \
export/languagenesting1.lyx
export/languagenesting1.lyx \
export/languagenesting2.lyx
alltests: check alltests-recursive

View File

@ -51,10 +51,6 @@ End
\paperfontsize 12
\spacing single
\use_hyperref true
\pdf_title "Handbuchergänzungen"
\pdf_author "LyX Team, deutsche Übersetzung: Hartmut Haase"
\pdf_subject "LyX-Dokumentation, Benutzerhandbuch, Ergänzungen"
\pdf_keywords "LyX, Dokumentation"
\pdf_bookmarks true
\pdf_bookmarksnumbered true
\pdf_bookmarksopen false
@ -64,7 +60,6 @@ End
\pdf_colorlinks true
\pdf_backref false
\pdf_pdfusetitle false
\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
\papersize a4paper
\use_geometry false
\use_package amsmath 1

File diff suppressed because it is too large Load Diff

View File

@ -219,3 +219,6 @@ export/mathmacros/testcases_speed_(dvi|pdf|pdf[23]|(dvi3|pdf[45])_(texF|systemF)
# Language nesting, document is OK, fails because of a bug in LyX
export/export/languagenesting1_(dvi|pdf(|[23]))
# Language nesting, document is OK, fails because of a bug in LyX (regression to 2.1)
export/export/languagenesting2_(dvi|pdf(|[23]))