mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
fix: \injlim typo (#2459)
* Fix typo in \injlim * Just to satisfy Semantic Pull Request
This commit is contained in:
@@ -3440,7 +3440,7 @@ describe("A macro expander", function() {
|
||||
});
|
||||
|
||||
it("should expand AMS log-like symbols as expected", () => {
|
||||
expect`\injlim`.toParseLike`\operatorname*{int\,lim}`;
|
||||
expect`\injlim`.toParseLike`\operatorname*{inj\,lim}`;
|
||||
expect`\projlim`.toParseLike`\operatorname*{proj\,lim}`;
|
||||
expect`\varlimsup`.toParseLike`\operatorname*{\overline{lim}}`;
|
||||
expect`\varliminf`.toParseLike`\operatorname*{\underline{lim}}`;
|
||||
|
Reference in New Issue
Block a user