feat: support Unicode ◯, U+25EF (#2430)

* Support Unicode U+25EF \bigcirc

* Update documentation
This commit is contained in:
Ron Kok
2020-08-17 04:35:24 -07:00
committed by GitHub
parent 0239693670
commit b59ca67530
3 changed files with 3 additions and 3 deletions

View File

@@ -3653,7 +3653,7 @@ describe("Unicode", function() {
});
it("should build binary operators", function() {
expect("±×÷∓∔∧∨∩∪≀⊎⊓⊔⊕⊖⊗⊘⊙⊚⊛⊝⊞⊟⊠⊡⊺⊻⊼⋇⋉⋊⋋⋌⋎⋏⋒⋓⩞\u22C5").toBuild(strictSettings);
expect("±×÷∓∔∧∨∩∪≀⊎⊓⊔⊕⊖⊗⊘⊙⊚⊛⊝⊞⊟⊠⊡⊺⊻⊼⋇⋉⋊⋋⋌⋎⋏⋒⋓⩞\u22C5").toBuild(strictSettings);
});
it("should build delimiters", function() {