mathjax / MathJax-node

MathJax for Node
Apache License 2.0
615 stars 97 forks source link

Define outerEm for CHTML. #229

Closed pkra closed 8 years ago

pkra commented 8 years ago

Fixes #223.

pkra commented 8 years ago

@dpvc what would a good test look like? (The test I had included in the op of #223 passes on this branch now but you wrote on the issue that it's testing the wrong thing.)

dpvc commented 8 years ago

what would a good test look like? (The test I had included in the op of #223 passes on this branch now but you wrote on the issue that it's testing the wrong thing.)

The test is fine for the equation used. I was thinking of the case where there is an equation label (tagged equation), in which case the left is on a different element. I don't know if you want a test for that case as well.

pkra commented 8 years ago

Ok, I'll add the test and another one for labeled equations.

pkra commented 8 years ago

I've added two tests (labeled and unlabeled cases).

I think this is ready.

pkra commented 8 years ago

Thanks, @dpvc. I've fixed (and merged) the tests. Hope this is ready now.