mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 21:48:41 +00:00
Support Unicode ≘≙≚≛≝≞≟ (#1274)
* Support Unicode stackrel Supports Unicode characters ≘ ≙ ≚ ≛ ≝ ≞ ≟ * Fix lint error * Delete unnecessary braces
This commit is contained in:
@@ -2982,7 +2982,7 @@ describe("Unicode", function() {
|
||||
});
|
||||
|
||||
it("should parse more relations", function() {
|
||||
expect("⊂⊃⊆⊇⊏⊐⊑⊒⊢⊣⊩⊪⊸⋈⋍⋐⋑⋔⋛⋞⋟⌢⌣⩾⪆⪌⪕⪖⪯⪰⪷⪸⫅⫆").toParse();
|
||||
expect("⊂⊃⊆⊇⊏⊐⊑⊒⊢⊣⊩⊪⊸⋈⋍⋐⋑⋔⋛⋞⋟⌢⌣⩾⪆⪌⪕⪖⪯⪰⪷⪸⫅⫆≘≙≚≛≝≞≟").toBuild();
|
||||
});
|
||||
|
||||
it("should parse symbols", function() {
|
||||
|
Reference in New Issue
Block a user