Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 2 | <head> |
michael@0 | 3 | <title>Check whether whitespaces are ignored in the "separators" attribute of the mfenced tag</title> |
michael@0 | 4 | </head> |
michael@0 | 5 | <body> |
michael@0 | 6 | <math xmlns="http://www.w3.org/1998/Math/MathML"> |
michael@0 | 7 | <!-- Note: each blank is a whitespace sequence "U+0020 U+0009 U+000a U+000d" and must not be modified! --> |
michael@0 | 8 | <mfenced separators=" |
michael@0 | 9 | |
michael@0 | 10 | ; |
michael@0 | 11 | |
michael@0 | 12 | "> |
michael@0 | 13 | <mi>a</mi> |
michael@0 | 14 | <mi>b</mi> |
michael@0 | 15 | <mi>c</mi> |
michael@0 | 16 | <mi>d</mi> |
michael@0 | 17 | </mfenced> |
michael@0 | 18 | <!-- Note: each blank is a whitespace sequence "U+0020 U+0009 U+000a U+000d" and must not be modified! --> |
michael@0 | 19 | <mfenced separators=" |
michael@0 | 20 | |
michael@0 | 21 | , |
michael@0 | 22 | |
michael@0 | 23 | ; |
michael@0 | 24 | |
michael@0 | 25 | ."> |
michael@0 | 26 | <mi>a</mi> |
michael@0 | 27 | <mi>b</mi> |
michael@0 | 28 | <mi>c</mi> |
michael@0 | 29 | <mi>d</mi> |
michael@0 | 30 | </mfenced> |
michael@0 | 31 | </math> |
michael@0 | 32 | </body> |
michael@0 | 33 | </html> |