Skip to content

Commit 0cc800b

Browse files
committed
disable csquotes test for old texlive installations
1 parent f605df6 commit 0cc800b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

t/81_babel.t

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
use LaTeXML::Util::Test;
66

77
latexml_tests("t/babel",
8-
requires=>{'*'=>['babel.sty','babel.def'],
9-
csquotes=>['csquotes.sty', 'frenchb.ldf', 'germanb.ldf'],
10-
numprints=>'numprint.sty',
11-
german=>'germanb.ldf',
12-
greek=>['greek.ldf','lgrenc.def'],
13-
french=>['frenchb.ldf','numprint.sty'],
14-
page545=>['germanb.ldf','frenchb.ldf']},
15-
# babel is a bit iffy between versions, especially in introducing/retracting line breaks in the language macros
16-
# so compare it in a space-neutral manner
17-
compare=>'words');
8+
requires => { '*' => ['babel.sty', 'babel.def'],
9+
csquotes => { texlive_min => 2015,
10+
packages => ['csquotes.sty', 'frenchb.ldf', 'germanb.ldf'] },
11+
numprints => 'numprint.sty',
12+
german => 'germanb.ldf',
13+
greek => ['greek.ldf', 'lgrenc.def'],
14+
french => ['frenchb.ldf', 'numprint.sty'],
15+
page545 => ['germanb.ldf', 'frenchb.ldf'] },
16+
# babel is a bit iffy between versions, especially in introducing/retracting line breaks in the language macros
17+
# so compare it in a space-neutral manner
18+
compare => 'words');

0 commit comments

Comments
 (0)