use crate::common::*;
use anyhow::Result;
#[test]
fn modified_vars() -> Result<()> {
let expr = "<math> <mrow>
<mover> <mi>a</mi> <mo>`</mo> </mover>
<mover> <mi>b</mi> <mo>~</mo> </mover>
<mover> <mi>c</mi> <mo>̆</mo> </mover>
<mover> <mi>b</mi> <mo>̌</mo> </mover>
<mover> <mi>c</mi> <mo>`</mo> </mover> <mo>+</mo>
<mover> <mi>r</mi> <mo>ˇ</mo> </mover> <mo>+</mo>
<mover> <mi>x</mi> <mo>.</mo> </mover>
<mover> <mi>y</mi> <mo>˙</mo> </mover>
<mover> <mi>z</mi> <mo>¨</mo> </mover>
<mover> <mi>u</mi> <mo>⃛</mo> </mover>
<mover> <mi>v</mi> <mo>⃜</mo> </mover> <mo>+</mo>
<mover> <mi>x</mi> <mo>^</mo> </mover> <mo>+</mo>
<mover> <mi>t</mi> <mo>→</mo> </mover>
</mrow> </math>";
test("fr", "SimpleSpeak", expr, "a accent grave, b tilde, c diacritique brève; b diacritique caron; c accent grave; plus r caron plus; x point, y point en chef; z tréma; u V diacritique trois points en chef; v W diacritique quatre points en chef; plus x accent circonflexe; plus vecteur t")?;
Ok(())
}
#[test]
fn limit() -> Result<()> {
let expr = "<math>
<munder>
<mo>lim</mo>
<mrow> <mi>x</mi> <mo>→</mo> <mn>0</mn> </mrow>
</munder>
<mrow>
<mfrac>
<mrow> <mi>sin</mi> <mo>⁡</mo> <mi>x</mi> </mrow>
<mi>x</mi>
</mfrac>
</mrow>
</math>";
test("fr", "SimpleSpeak", expr, "la limite quand x approche 0, de, fraction, sinus de x, sur x, fin de fraction")?;
test_prefs("fr", "SimpleSpeak", vec![("Impairment", "LearningDisability")], expr, "la limite quand x approche 0, de; sinus de x, sur x")?;
Ok(())
}
#[test]
fn limit_from_below() -> Result<()> {
let expr = "<math>
<munder>
<mo>lim</mo>
<mrow> <mi>x</mi> <mo>↗</mo> <mn>0</mn> </mrow>
</munder>
<mrow>
<mrow> <mi>sin</mi> <mo>⁡</mo> <mi>x</mi> </mrow>
</mrow>
</math>";
test("fr", "SimpleSpeak", expr, "la limite quand x approche par le bas 0, de sinus de x")?;
Ok(())
}
#[test]
fn binomial_mmultiscripts() -> Result<()> {
let expr = "<math><mmultiscripts><mi>C</mi><mi>m</mi><none/><mprescripts/><mi>n</mi><none/></mmultiscripts></math>";
test("fr", "SimpleSpeak", expr, "n parmi m")?;
Ok(())
}
#[test]
fn binomial_mmultiscripts_other() -> Result<()> {
let expr = "<math><mmultiscripts><mi>C</mi><mi>m</mi><none/><mprescripts/><none/><mi>n</mi></mmultiscripts></math>";
test("fr", "SimpleSpeak", expr, "n parmi m")?;
Ok(())
}
#[test]
fn binomial_subscript() -> Result<()> { let expr = "<math><msub><mi>C</mi><mrow><mi>n</mi><mo>,</mo><mi>m</mi></mrow></msub></math>";
test("fr", "SimpleSpeak", expr, "n parmi m")?;
Ok(())
}
#[test]
fn permutation_mmultiscripts() -> Result<()> {
let expr = "<math><mmultiscripts><mi>P</mi><mi>k</mi><none/><mprescripts/><mi>n</mi><none/></mmultiscripts></math>";
test("fr", "SimpleSpeak", expr, "k permutations de n")?;
Ok(())
}
#[test]
fn permutation_mmultiscripts_sup() -> Result<()> {
let expr = "<math><mmultiscripts><mi>P</mi><mi>k</mi><none/><mprescripts/><none/><mi>n</mi></mmultiscripts></math>";
test("fr", "SimpleSpeak", expr, "k permutations de n")?;
Ok(())
}
#[test]
fn permutation_msubsup() -> Result<()> {
let expr = "<math><msubsup><mi>P</mi><mi>k</mi><mi>n</mi></msubsup></math>";
test("fr", "SimpleSpeak", expr, "k permutations de n")?;
Ok(())
}
#[test]
fn tensor_mmultiscripts() -> Result<()> {
let expr = "<math><mmultiscripts>
<mi>R</mi> <mi>i</mi><none/> <none/><mi>j</mi> <mi>k</mi><none/> <mi>l</mi><none/>
</mmultiscripts></math>";
test_prefs("fr", "SimpleSpeak", vec![("Verbosity", "Verbose")], expr, "r majuscule avec 4 postscripts, indice i exposant j indice k indice l")?;
test_prefs("fr", "SimpleSpeak", vec![("Verbosity", "Medium")], expr, "r majuscule avec 4 postscripts, indice i exposant j indice k indice l")?;
Ok(())
}
#[test]
fn huge_num_mmultiscripts() -> Result<()> {
let expr = "<math><mmultiscripts>
<mi>R</mi> <mi>i</mi><none/> <none/><mi>j</mi> <mi>k</mi><none/> <mi>l</mi><none/> <mi>m</mi><none/>
<mprescripts/> <mi>I</mi><none/> <none/><mi>J</mi> <mi>K</mi><none/> <mi>L</mi><none/>
</mmultiscripts></math>";
test_prefs("fr", "SimpleSpeak", vec![("Verbosity", "Verbose")], expr,
"r majuscule avec 4 préscripts, pré-indice i majuscule, pré-exposant j majuscule et préscripts alternés k majuscule none l majuscule none fin préscripts et avec 5 postscripts, indice i exposant j indice k indice l et scripts alternés m none fin scripts")?;
Ok(())
}
#[test]
fn prime() -> Result<()> {
let expr = "<math> <msup><mi>x</mi><mo >′</mo></msup> </math>";
test("fr", "SimpleSpeak", expr, "x prime")?;
Ok(())
}
#[test]
fn given() -> Result<()> {
let expr = "<math><mi>P</mi><mo>(</mo><mi>A</mi><mo>|</mo><mi>B</mi><mo>)</mo></math>";
test("fr", "SimpleSpeak", expr, "p majuscule; parenthèse gauche, a majuscule sachant b majuscule; parenthèse droite")?;
test("fr", "ClearSpeak", expr, "p majuscule; parenthèse gauche, a majuscule sachant b majuscule; parenthèse droite")?; Ok(())
}
#[test]
fn simple_msubsup() -> Result<()> {
let expr = "<math>
<mstyle displaystyle='true' scriptlevel='0'>
<msubsup>
<mi>x</mi>
<mrow>
<mi>k</mi>
</mrow>
<mrow>
<mi>i</mi>
</mrow>
</msubsup>
</mstyle>
</math>";
test("fr", "ClearSpeak", expr, "x indice k, à la i-ième puissance")?;
Ok(())
}
#[test]
fn non_simple_msubsup() -> Result<()> {
let expr = "<math><msubsup><mi>i</mi><mrow><mi>j</mi><mo>−</mo><mn>2</mn></mrow><mi>k</mi></msubsup></math>";
test("fr", "SimpleSpeak", expr, "i indice j moins 2 fin d'indice, à la k-ième")?;
test("fr", "ClearSpeak", expr, "i indice j moins 2 fin d'indice, à la k-ième puissance")?;
test_prefs("fr", "SimpleSpeak", vec![("Impairment", "LearningDisability")], expr, "i indice j moins 2, à la k-ième")?;
Ok(())
}
#[test]
fn presentation_mathml_in_semantics() -> Result<()> {
let expr = "<math>
<semantics>
<annotation encoding='application/x-tex'>{\\displaystyle x_k^i}</annotation>
<annotation-xml encoding='MathML-Presentation'>
<msubsup>
<mi>x</mi>
<mrow>
<mi>k</mi>
</mrow>
<mrow>
<mi>i</mi>
</mrow>
</msubsup>
</annotation-xml>
</semantics>
</math>";
test("fr", "ClearSpeak", expr, "x indice k, à la i-ième puissance")?;
Ok(())
}
#[test]
fn ignore_period() -> Result<()> {
let expr = "<math>
<semantics>
<annotation encoding='application/x-tex'>{\\displaystyle x_k^i}</annotation>
<annotation-xml encoding='MathML-Presentation'>
<mrow>
<mstyle displaystyle='true' scriptlevel='0'>
<mi>P</mi>
<mo stretchy='false'>(</mo>
<mi>A</mi>
<mrow>
<mstyle displaystyle='false' scriptlevel='0'>
<mtext> et </mtext>
</mstyle>
</mrow>
<mi>B</mi>
<mo stretchy='false'>)</mo>
<mo>=</mo>
<mi>P</mi>
<mo stretchy='false'>(</mo>
<mi>A</mi>
<mo>∩<!-- ∩ --></mo>
<mi>B</mi>
<mo stretchy='false'>)</mo>
<mo>=</mo>
<mi>P</mi>
<mo stretchy='false'>(</mo>
<mi>A</mi>
<mo stretchy='false'>)</mo>
<mi>P</mi>
<mo stretchy='false'>(</mo>
<mi>B</mi>
<mo stretchy='false'>)</mo>
<mo>.</mo>
</mstyle>
</mrow>
</annotation-xml>
</semantics>
</math>";
test("fr", "SimpleSpeak", expr,
"p majuscule; parenthèse gauche, a majuscule et b majuscule; parenthèse droite; est égal à; p majuscule; parenthèse gauche, a majuscule intersection b majuscule; parenthèse droite; est égal à; p majuscule de a majuscule; p majuscule de b majuscule")?;
Ok(())
}
#[test]
fn ignore_mtext_period() -> Result<()> {
let expr = "<math><mrow><mrow><mo>{</mo><mn>2</mn><mo>}</mo></mrow><mtext>.</mtext></mrow></math>";
test("fr", "SimpleSpeak", expr, "ensemble 2")?;
Ok(())
}
#[test]
fn ignore_comma() -> Result<()> {
let expr = "<math>
<mrow>
<mstyle displaystyle='true' scriptlevel='0'>
<mi>ϕ<!-- ϕ --></mi>
<mo stretchy='false'>(</mo>
<mi>x</mi>
<mo stretchy='false'>)</mo>
<mo>=</mo>
<mi>c</mi>
<msup>
<mi>e</mi>
<mrow>
<mo>−<!-- − --></mo>
<msup>
<mi>h</mi>
<mrow>
<mn>2</mn>
</mrow>
</msup>
<msup>
<mi>x</mi>
<mrow>
<mn>2</mn>
</mrow>
</msup>
</mrow>
</msup>
<mo>,</mo>
</mstyle>
</mrow>
</math>";
test("fr", "SimpleSpeak", expr, "phi de x est égal à; c fois, e élevé à la puissance moins h au carré, x au carré")?;
Ok(())
}
#[test]
#[ignore] fn ignore_period_and_space() -> Result<()> {
let expr = "<math>
<mrow>
<mstyle displaystyle='true' scriptlevel='0'>
<mi>P</mi>
<mo stretchy='false'>(</mo>
<mi>A</mi>
<mo>∣<!-- ∣ --></mo>
<mi>B</mi>
<mo stretchy='false'>)</mo>
<mo>=</mo>
<mrow>
<mfrac>
<mrow>
<mi>P</mi>
<mo stretchy='false'>(</mo>
<mi>A</mi>
<mo>∩<!-- ∩ --></mo>
<mi>B</mi>
<mo stretchy='false'>)</mo>
</mrow>
<mrow>
<mi>P</mi>
<mo stretchy='false'>(</mo>
<mi>B</mi>
<mo stretchy='false'>)</mo>
</mrow>
</mfrac>
</mrow>
<mo>.</mo>
<mspace width='thinmathspace'></mspace>
</mstyle>
</mrow>
</math>";
test("fr", "ClearSpeak", expr, "majuscule p; parenthèse gauche, majuscule a est un diviseur de, majuscule b; parenthèse droite; est égal à; fraction, majuscule p; parenthèse gauche, majuscule a intersection majuscule b; parenthèse droite, sur, majuscule p de majuscule b, fin de fraction")?;
Ok(())
}
#[test]
fn bug_199_2pi() -> Result<()> {
let expr = "<math>
<mrow>
<mo stretchy=\"false\" form=\"prefix\">[</mo>
<mspace width=\"0.333em\"></mspace>
<mn>0</mn>
<mspace width=\"0.333em\"></mspace>
<mo>,</mo>
<mspace width=\"0.333em\"></mspace>
<mn>2</mn>
<mi>π</mi>
<mspace width=\"0.333em\"></mspace>
<mo stretchy=\"false\" form=\"postfix\">)</mo>
</mrow>
</math>";
test("fr", "SimpleSpeak", expr, "l'intervalle fermé ouvert de 0 à 2 pi")?;
Ok(())
}
#[test]
fn caret_and_hat() -> Result<()> {
let expr = "<math><mi>x</mi><mo>^</mo><mn>2</mn><mo>+</mo><mover><mi>y</mi><mo>^</mo></mover></math>";
test("fr", "SimpleSpeak", expr, "x accent circonflexe 2, plus y accent circonflexe")?;
Ok(())
}
#[test]
fn mn_with_space() -> Result<()> {
let expr = "<math><mn>1 234 567</mn></math>";
test_prefs("fr", "SimpleSpeak", vec![("DecimalSeparators", "."), ("BlockSeparators", " ,")], expr, "1234567")?;
Ok(())
}
#[test]
fn ignore_bold() -> Result<()> {
let expr = r#"<math>
<mi mathvariant="bold-italic">x</mi>
<mo>=</mo>
<mn>2</mn>
<mrow>
<mi>𝒔𝒊𝒏</mi>
<mo>⁡</mo>
<mrow><mi mathvariant="bold-italic">t</mi></mrow>
</mrow>
<mo>-</mo>
<mn>1</mn>
</math>"#;
test_prefs("fr", "SimpleSpeak", vec![("IgnoreBold", "false")], expr, "x gras est égal à, 2 sinus de t gras, moins 1")?;
test_prefs("fr", "SimpleSpeak", vec![("IgnoreBold", "true")], expr, "x est égal à, 2 sinus de t, moins 1")?;
Ok(())
}
#[test]
fn mn_with_block_and_decimal_separators() -> Result<()> {
let expr = "<math><mn>1,234.56</mn></math>"; test_prefs("fr", "SimpleSpeak", vec![("DecimalSeparators", "."), ("BlockSeparators", " ,")], expr, "1234.56")?;
Ok(())
}
#[test]
fn divergence() -> Result<()> {
let expr = "<math><mo>∇</mo><mo>·</mo><mi mathvariant='normal'>F</mi></math>"; test_prefs("fr", "SimpleSpeak", vec![("Verbosity", "Terse")], expr, "div f majuscule")?;
test_prefs("fr", "SimpleSpeak", vec![("Verbosity", "Verbose")], expr, "divergence de f majuscule")?;
Ok(())
}
#[test]
fn curl() -> Result<()> {
let expr = "<math><mo>∇</mo><mo>×</mo><mi mathvariant='normal'>F</mi></math>";
test_prefs("fr", "SimpleSpeak", vec![("Verbosity", "Terse")], expr, "rotationnel f majuscule")?;
test_prefs("fr", "SimpleSpeak", vec![("Verbosity", "Verbose")], expr, "rotationnel de f majuscule")?;
Ok(())
}
#[test]
fn gradient() -> Result<()> {
let expr = "<math><mo>∇</mo><mi mathvariant='normal'>F</mi></math>";
test_prefs("fr", "SimpleSpeak", vec![("Verbosity", "Terse")], expr, "grad f majuscule")?;
test_prefs("fr", "SimpleSpeak", vec![("Verbosity", "Verbose")], expr, "gradient de f majuscule")?;
Ok(())
}
#[test]
fn literal_speak_perpendicular() -> Result<()> {
let expr = r#"<math data-latex='\vec{A} \perp \vec{B}' display='block'>
<mrow data-changed='added'>
<mover data-latex='\vec{A}'>
<mi data-latex='A'>A</mi>
<mo stretchy='false'>→</mo>
</mover>
<mo intent='perpendiculaire-à'>⊥</mo>
<mover data-latex='\vec{B}'>
<mi data-latex='B'>B</mi>
<mo stretchy='false'>→</mo>
</mover>
</mrow>
</math>"#;
test("fr", "LiteralSpeak", expr, "a majuscule flèche vers la droite, perpendiculaire à, b majuscule flèche vers la droite")?;
Ok(())
}
#[test]
fn literal_speak_chars() -> Result<()> {
let expr = r#"<math>
<mfenced open="|" close="|">
<mrow>
<mi>x</mi><mo>×</mo><mi>y</mi>
<mo>·</mo>
<mi>z</mi><mo>/</mo><mn>2</mn>
<mo>+</mo>
<mi>a</mi><mo>∥</mo><mi>b</mi>
<mo>+</mo>
<mi>x</mi><mo>!</mo>
</mrow>
</mfenced>
</math>"#;
test("fr", "LiteralSpeak", expr, "ligne verticale; x croix, y point z barre oblique 2; plus a; double ligne verticale, b plus x point d'exclamation; ligne verticale")?;
Ok(())
}
#[test]
fn literal_speak_with_name() -> Result<()> {
let expr = r#"<math intent='forcé($x)'>
<mrow arg="x">
<mi>f</mi>
<mo data-changed='added'>⁡</mo>
<mrow data-changed='added'>
<mo>(</mo>
<mrow data-changed='added'>
<mi>x</mi>
<mo>!</mo>
</mrow>
<mo>)</mo>
</mrow>
</mrow>
</math>"#;
test("fr", "LiteralSpeak", expr, "forcé f, parenthèse gauche, x point d'exclamation, parenthèse droite")?;
Ok(())
}
#[test]
fn literal_speak_with_property() -> Result<()> {
let expr = r#"<math intent=':prefix'>
<mrow arg="x">
<mi>f</mi>
<mo data-changed='added'>⁡</mo>
<mrow data-changed='added'>
<mo>(</mo>
<mrow data-changed='added'>
<mi>x</mi>
<mo>!</mo>
</mrow>
<mo>)</mo>
</mrow>
</mrow>
</math>"#;
test("fr", "LiteralSpeak", expr, "f, parenthèse gauche, x point d'exclamation, parenthèse droite")?;
Ok(())
}
#[test]
fn literal_intent_property() -> Result<()> {
let expr = r#"<math data-latex='\vec{A} \perp \vec{B}' display='block'>
<mrow intent=":literal">
<mover data-latex='\vec{A}'>
<mi data-latex='A'>A</mi>
<mo stretchy='false'>→</mo>
</mover>
<mo intent='perpendiculaire-à'>⊥</mo>
<mover data-latex='\vec{B}'>
<mi data-latex='B'>B</mi>
<mo stretchy='false'>→</mo>
</mover>
</mrow>
</math>"#;
test("fr", "SimpleSpeak", expr, "a majuscule flèche vers la droite, perpendiculaire à, b majuscule flèche vers la droite")?;
Ok(())
}
#[test]
fn literal_intent_property_with_name() -> Result<()> {
let expr = r#"<math intent='forcé:literal($x)'>
<mrow arg="x">
<mi>f</mi>
<mo data-changed='added'>⁡</mo>
<mrow data-changed='added'>
<mo>(</mo>
<mrow data-changed='added'>
<mi>x</mi>
<mo>!</mo>
</mrow>
<mo>)</mo>
</mrow>
</mrow>
</math>"#;
test("fr", "SimpleSpeak", expr, "forcé f, parenthèse gauche, x point d'exclamation, parenthèse droite")?;
Ok(())
}