mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-09 21:18:40 +00:00
fix: Apply operator spacing to Unicode ∙ ∘ ∖ (#3584)
* Apply operator spacing to Unicode ∙ ∘ ∖ * Appease Semantic Versioning. * Fix website build issue * Tweak docs to space final bin correctly Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
@@ -3802,7 +3802,7 @@ describe("Unicode", function() {
|
||||
});
|
||||
|
||||
it("should build binary operators", function() {
|
||||
expect("±×÷∓∔∧∨∩∪≀⊎⊓⊔⊕⊖⊗⊘⊙⊚⊛⊝◯⊞⊟⊠⊡⊺⊻⊼⋇⋉⋊⋋⋌⋎⋏⋒⋓⩞\u22C5").toBuild(strictSettings);
|
||||
expect("±×÷∓∔∧∨∩∪≀⊎⊓⊔⊕⊖⊗⊘⊙⊚⊛⊝◯⊞⊟⊠⊡⊺⊻⊼⋇⋉⋊⋋⋌⋎⋏⋒⋓⩞\u22C5\u2218\u2216\u2219").toBuild(strictSettings);
|
||||
});
|
||||
|
||||
it("should build common ords", function() {
|
||||
|
Reference in New Issue
Block a user