mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Support Unicode ∴ and ∵ (#991)
* Support Unicode ∴ and ∵ * Add comments
This commit is contained in:
@@ -2694,7 +2694,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