mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Support Unicode double square brackets (#1750)
This commit is contained in:
@@ -3216,6 +3216,7 @@ describe("Unicode", function() {
|
||||
expect("\\left\u23b0\\frac{a}{b}\\right\u23b1").toBuild();
|
||||
expect`┌x┐ └x┘`.toBuild();
|
||||
expect("\u231Cx\u231D \u231Ex\u231F").toBuild();
|
||||
expect("\u27E6x\u27E7").toBuild();
|
||||
});
|
||||
|
||||
it("should build some surrogate pairs", function() {
|
||||
|
Reference in New Issue
Block a user