prev  ( testsuite > Presentation > GeneralLayout > msqrt-mroot > msqrtBimplied8  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/msqrt-mroot/msqrtBimplied8
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:This example tests that <msqrt> works with an implied <mrow>. In particular, it tests the case where there are no children except the implied <mrow>.

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

x - 3 + x - 3 +

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <msqrt> 
      <mi>x</mi> 
      <mo>-</mo> 
      <mn>3</mn> 
    </msqrt> 
    <mo>+</mo> 
    <msqrt> 
      <mrow> 
        <mi>x</mi> 
        <mo>-</mo> 
        <mn>3</mn> 
      </mrow> 
    </msqrt> 
    <mo>+</mo> 
    <msqrt> </msqrt> 
  </mrow> 
</math>