prev  ( testsuite > Presentation > TokenElements > mo > moAsep17  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/TokenElements/mo/moAsep17
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:This tests the 'fence' and 'separator' attributes for <mo>. The 'fence' attribute doesn't affect visual rendering. The 'separator' attribute only affects linebreaking, which won't show up here. So the main point of this test is to make sure the parser doesn't choke on them, and they don't have unexpected side effects.

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


Sample Rendering:

Created by: webeq

Your browser's rendering:

( x , y z ) + ( x , y z ) + ( x , y z )

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <mo>(</mo> 
    <mrow> 
      <mi>x</mi> 
      <mo>,</mo> 
      <mfrac> 
        <mi>y</mi> 
        <mi>z</mi> 
      </mfrac> 
    </mrow> 
    <mo>)</mo> 
    <mo>+</mo> 
    <mo fence="true">(</mo> 
    <mrow> 
      <mi>x</mi> 
      <mo separator="true">,</mo> 
      <mfrac> 
        <mi>y</mi> 
        <mi>z</mi> 
      </mfrac> 
    </mrow> 
    <mo fence="true">)</mo> 
    <mo>+</mo> 
    <mo fence="false">(</mo> 
    <mrow> 
      <mi>x</mi> 
      <mo separator="false">,</mo> 
      <mfrac> 
        <mi>y</mi> 
        <mi>z</mi> 
      </mfrac> 
    </mrow> 
    <mo fence="false">)</mo> 
  </mrow> 
</math>