Support Unicode ∴ and ∵ (#991)

* Support Unicode ∴ and ∵

* Add comments
This commit is contained in:
Ron Kok
2017-11-25 17:00:58 -08:00
committed by Kevin Barabash
parent c103693dce
commit dc0c3970c2
2 changed files with 7 additions and 3 deletions

View File

@@ -2694,7 +2694,7 @@ describe("Unicode", function() {
});
it("should parse relations", function() {
expect("∈∋∝∼∽≂≃≅≈≊≍≎≏≐≑≒≓≖≗≜≡≤≥≦≧≫≬≳≷≺≻≼≽≾≿").toParse();
expect("∈∋∝∼∽≂≃≅≈≊≍≎≏≐≑≒≓≖≗≜≡≤≥≦≧≫≬≳≷≺≻≼≽≾≿∴∵").toParse();
});
it("should parse big operators", function() {