mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
Fix x'^2 (#636)
* Fix x'^2 * Add screenshot for x'^2 * x^2' should fail. Add and fix multiple prime/superscript tests.
This commit is contained in:
committed by
Martin von Gagern
parent
d4aa6a7253
commit
a738185704
@@ -1260,7 +1260,6 @@ describe("A TeX-compliant parser", function() {
|
||||
expect("x''''").toParse();
|
||||
expect("x_2''").toParse();
|
||||
expect("x''_2").toParse();
|
||||
expect("x'_2'").toParse();
|
||||
});
|
||||
|
||||
it("should fail when sup/subscripts are interspersed with arguments", function() {
|
||||
|
Reference in New Issue
Block a user