prev  ( testsuite > Topics > LineBreak > linebreakNum1  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Topics/LineBreak/linebreakNum1
CVS-ID:
Author:Design Science, Inc. (D. Doyle, R.Miner)
Description:Handling very long numbers -- the number should split across lines if needed.

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


Sample Rendering:

Created by: mathplayer

Your browser's rendering:

x + 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 + 2 + 2

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> 
      <mrow> 
        <mi>x</mi> 
        <mo>+</mo> 
        <mn>123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
        </mn> 
        <mo>+</mo> 
        <mn>2</mn> 
        <mo>+</mo> 
        <mn>2</mn> 
      </mrow> 
    </math>