<!doctype html> | |
<html> | |
<head> | |
<title>mo whitespaces</title> | |
<meta charset="utf-8"/> | |
</head> | |
<body> | |
<!-- This test verifies that leading and trailing spaces are ignored. --> | |
<math><mo> 	

( 	

</mo><mi>x</mi><mo> 	

+ 	

</mo><mi>y</mi><mo> 	

) 	

</mo></math> | |
</body> | |
</html> |