MCPcopy Create free account
hub / github.com/daisy/MathCAT / script

Function script

tests/Languages/en/alphabets.rs:93–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91
92#[test]
93fn script() {
94 let expr = "<math> <mi>𝒜</mi><mo>,</mo><mi>𝒵</mi></math>";
95 test("en", "SimpleSpeak", expr, "script cap eigh comma script cap z");
96 let expr = "<math> <mi>𝒶</mi><mo>,</mo><mi>𝓏</mi></math>";
97 test("en", "SimpleSpeak", expr, "script eigh comma script z");
98 // MathType private space versions
99 let expr = "<math> <mi></mi><mo>,</mo><mi></mi></math>";
100 test("en", "SimpleSpeak", expr, "script cap eigh comma script cap z");
101 let expr = "<math> <mi></mi><mo>,</mo><mi></mi></math>";
102 test("en", "SimpleSpeak", expr, "script eigh comma script z");
103}
104
105#[test]
106fn bold_script() {

Callers

nothing calls this directly

Calls 1

testFunction · 0.50

Tested by

no test coverage detected