Skip to content

Commit

Permalink
Add test for mathjax/MathJax#1929
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Mar 30, 2018
1 parent 905a30d commit 4f19e60
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions testsuite/LaTeXToMathML/above-below/issue1929.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<title>Issue 1929</title>
<!-- Copyright (c) 2018 MathJax Consortium
License: Apache License 2.0 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script type="text/javascript" src="../../header.js"></script>
<script type="text/javascript" src="../../scriptTests.js"></script>

<script type="text/javascript">
function getTestCases() {
var mo = MathJax.Hub.getAllJax()[0].root.data[0].data[0].data[0];
var OK = (mo.movablelimits === false);
return [newScriptReftestResult("movablelimits=false ",OK)];
}
</script>
</head>

<body>

<!-- \overset should prevent movable limits
https://github.com/mathjax/MathJax/issues/1929 -->

<div>
\(\overset{\rightarrow}{\prod}\)
</div>

</body>
</html>

0 comments on commit 4f19e60

Please sign in to comment.