Latex goodie that shows latex commands based on a keyword

master
jd 2013-11-20 20:19:32 -05:00
parent 6191e0c324
commit 5c3e98a327
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ddg_goodie_test(
'latex integral' => test_zci('Latex integral, Command: \int_lowerbound^upperbound Usage: $\int_a^b f(x)dx$'),
"Latex integral" => test_zci('Latex integral, Command: \int_lowerbound^upperbound Usage: $\int_a^b f(x)dx$'),
"tex integral" => test_zci('Latex integral, Command: \int_lowerbound^upperbound Usage: $\int_a^b f(x)dx$'),
"latex integral" => test_zci('Latex integral, Command: \int_lowerbound^upperbound Usage: $\int_a^b f(x)dx$'),
"latex integral" => test_zci('Latex integral, Command: \int_lowerbound^upperbound Usage: $\int_a^b f(x)dx$'),
);
done_testing;