Add \nobreakspace (#1145)

This commit is contained in:
Ron Kok
2018-02-05 18:17:36 -08:00
committed by Erik Demaine
parent f977c25d0d
commit 73d80f595c
2 changed files with 4 additions and 1 deletions

View File

@@ -2999,7 +2999,7 @@ describe("Symbols", function() {
});
it("should parse spacing functions in math or text mode", () => {
expect("A\\;B\\,C \\text{A\\;B\\,C}").toParse();
expect("A\\;B\\,C\\nobreakspace \\text{A\\;B\\,C\\nobreakspace}").toParse();
});
it("should render ligature commands like their unicode characters", () => {