mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Add \nobreakspace (#1145)
This commit is contained in:
@@ -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", () => {
|
||||
|
Reference in New Issue
Block a user