prev  ( testsuite > Topics > StretchyChars > Vertically > stretchVertNest2  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Topics/StretchyChars/Vertically/stretchVertNest2
CVS-ID:
Author:Dave Doyle, Design Science
Description:Tests of nested vertical stretching

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


Sample Rendering:

Created by: Created by: webeq

Your browser's rendering:

( ( x y ) )

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mstyle fontsize="130%" displaystyle="true"> 
    <mrow> 
      <mo stretchy="true">(</mo> 
      <mrow> 
        <mo stretchy="true">(</mo> 
        <mfrac> 
          <mi>x</mi> 
          <mi>y</mi> 
        </mfrac> 
        <mo stretchy="true">)</mo> 
      </mrow> 
      <mo stretchy="true">)</mo> 
    </mrow> 
  </mstyle> 
</math>