Latex: Fix tests.

master
Jag Talon 2013-12-18 14:03:26 -05:00
parent bb5b13538f
commit 1eb7569b2b
1 changed files with 2 additions and 2 deletions

View File

@ -15,12 +15,12 @@ ddg_goodie_test(
"latex integral" => test_zci('LaTeX command: \int_lowerbound^upperbound
Example: $\int_a^b f(x)dx$',
html => qr/\\int_lowerbound\^upperbound/,
heading => 'integral (LaTeX)'),
heading => 'Integral (LaTeX)'),
"tex integral" => test_zci('LaTeX command: \int_lowerbound^upperbound
Example: $\int_a^b f(x)dx$',
html => qr/\\int_lowerbound\^upperbound/,
heading => 'integral (LaTeX)'),
heading => 'Integral (LaTeX)'),
);
done_testing;