* Add \>

* Update snapshot
This commit is contained in:
ylemkimon
2018-10-25 11:04:00 +09:00
committed by Kevin Barabash
parent 0b7b4db7fc
commit 4dd0e2cdca
6 changed files with 22 additions and 15 deletions

View File

@@ -109,7 +109,7 @@ describe("A MathML builder", function() {
});
it('special spaces render specially', function() {
expect(getMathML(
"\\,\\thinspace\\:\\medspace\\;\\thickspace" +
"\\,\\thinspace\\:\\>\\medspace\\;\\thickspace" +
"\\!\\negthinspace\\negmedspace\\negthickspace" +
"\\mkern1mu\\mkern3mu\\mkern4mu\\mkern5mu" +
"\\mkern-1mu\\mkern-3mu\\mkern-4mu\\mkern-5mu")).toMatchSnapshot();