(expression, options)
| 7019 | */ |
| 7020 | |
| 7021 | var buildExpressionRow = function buildExpressionRow(expression, options) { |
| 7022 | return buildMathML_makeRow(buildMathML_buildExpression(expression, options)); |
| 7023 | }; |
| 7024 | /** |
| 7025 | * Takes a group from the parser and calls the appropriate groupBuilders function |
| 7026 | * on it to produce a MathML node. |
no test coverage detected