|
5 | 5 | use LaTeXML::Util::Test;
|
6 | 6 |
|
7 | 7 | 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