mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 22:18:41 +00:00
committed by
Kevin Barabash
parent
0b7b4db7fc
commit
4dd0e2cdca
@@ -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();
|
||||
|
Reference in New Issue
Block a user