Skip to content

Commit

Permalink
Update MathjaxNode test outputs as well as CI's node version
Browse files Browse the repository at this point in the history
... in order to match current mathjax-node-cli deps and outputs.
  • Loading branch information
ccorn committed Mar 3, 2018
1 parent 4121c3c commit a782174
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jdk:

env:
global:
- TRAVIS_NODE_VERSION="4.5"
- TRAVIS_NODE_VERSION="6.0"

matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion test/testcases/block/15_math/mathjaxnode.html.19
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block" alttext="f(x) = a{x^3} + b{x^2} + cx + d">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block" alttext="f left-parenthesis x right-parenthesis equals a x cubed plus b x squared plus c x plus d">
<mi>f</mi>
<mo stretchy="false">(</mo>
<mi>x</mi>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block" alttext="f(x) = a{x^3} + b{x^2} + cx + d">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block" alttext="f left-parenthesis x right-parenthesis equals a x cubed plus b x squared plus c x plus d">
<mi>f</mi>
<mo stretchy="false">(</mo>
<mi>x</mi>
Expand Down
2 changes: 1 addition & 1 deletion test/testcases/block/15_math/mathjaxnode_semantics.html.19
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block" alttext="f(x) = a{x^3} + b{x^2} + cx + d">
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block" alttext="f left-parenthesis x right-parenthesis equals a x cubed plus b x squared plus c x plus d">
<semantics>
<mrow>
<mi>f</mi>
Expand Down
2 changes: 1 addition & 1 deletion test/testcases/span/math/mathjaxnode.html.19
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>This is <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="f(x) = a{x^3} + b{x^2} + cx + d">
<p>This is <math xmlns="http://www.w3.org/1998/Math/MathML" alttext="f left-parenthesis x right-parenthesis equals a x cubed plus b x squared plus c x plus d">
<mi>f</mi>
<mo stretchy="false">(</mo>
<mi>x</mi>
Expand Down

0 comments on commit a782174

Please sign in to comment.