Support Unicode ≲ ⩽ ⪅ ≶ ⋚ ⪋ (#1389)

Add six more Unicode relation characters to `symbols.js`.

Fixes issue #1384.
This commit is contained in:
Ron Kok
2018-05-31 17:31:41 -07:00
committed by Kevin Barabash
parent 9d40d662b3
commit 3e0ad9fd48
2 changed files with 7 additions and 7 deletions

View File

@@ -2889,7 +2889,7 @@ describe("Unicode", function() {
});
it("should build more relations", function() {
expect("⊂⊃⊆⊇⊏⊐⊑⊒⊢⊣⊩⊪⊸⋈⋍⋐⋑⋔⋛⋞⋟⌢⌣⩾⪆⪌⪕⪖⪯⪰⪷⪸⫅⫆≘≙≚≛≝≞≟").toBuild(strictSettings);
expect("⊂⊃⊆⊇⊏⊐⊑⊒⊢⊣⊩⊪⊸⋈⋍⋐⋑⋔⋛⋞⋟⌢⌣⩾⪆⪌⪕⪖⪯⪰⪷⪸⫅⫆≘≙≚≛≝≞≟≲⩽⪅≶⋚⪋").toBuild(strictSettings);
});
it("should parse symbols", function() {