mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Support Unicode colon equals (#1151)
* Support Unicode colon equals This PR adds support for three Unicode characters: `≔` `≕` `⩴` * Fix error in \Coloneqq
This commit is contained in:
@@ -2915,7 +2915,7 @@ describe("Unicode", function() {
|
||||
});
|
||||
|
||||
it("should parse relations", function() {
|
||||
expect("∈∋∝∼∽≂≃≅≈≊≍≎≏≐≑≒≓≖≗≜≡≤≥≦≧≫≬≳≷≺≻≼≽≾≿∴∵∣").toParse();
|
||||
expect("∈∋∝∼∽≂≃≅≈≊≍≎≏≐≑≒≓≖≗≜≡≤≥≦≧≫≬≳≷≺≻≼≽≾≿∴∵∣≔≕⩴").toParse();
|
||||
});
|
||||
|
||||
it("should parse big operators", function() {
|
||||
|
Reference in New Issue
Block a user