ucum icon indicating copy to clipboard operation
ucum copied to clipboard

Coherent formatting in the multiplication section of the Functional Tests

Open timbrisc opened this issue 2 years ago • 1 comments

Issue migrated from trac ticket # 5808

component: support material | priority: trivial

2022-05-10 21:51:59: [email protected] created the issue


The last two tests in the document for functional tests deal with multiplication but the formatting is not coherent. In the second test v2 and u2 are followed by v1 and u1 whereas it's the opposite in the first test case.\

<case id="4-101" v1="1.5" u1="g" v2="2" u2="m" vRes="3.0" uRes="g.m"/>\ <case id="4-102" v2="1.5" u2="g" v1="2" u1="m" vRes="3.0" uRes="g.m"/>

timbrisc avatar May 10 '22 21:05 timbrisc