mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 04:08:43 +00:00
Single-character macros like active characters (#973)
* Single-character macros like active characters * Rewrite README according to @kevinbarabash's comment
This commit is contained in:
committed by
Kevin Barabash
parent
b2698d35ec
commit
ecad4de4ce
@@ -2633,6 +2633,12 @@ describe("A macro expander", function() {
|
||||
expect("X \\implies Y").toBuild();
|
||||
expect("X \\impliedby Y").toBuild();
|
||||
});
|
||||
|
||||
it("should allow aliasing characters", function() {
|
||||
compareParseTree("x’=c", "x'=c", {
|
||||
"’": "'",
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe("A parser taking String objects", function() {
|
||||
|
Reference in New Issue
Block a user