* Fix x'^2
* Add screenshot for x'^2
* x^2' should fail.  Add and fix multiple prime/superscript tests.
This commit is contained in:
Erik Demaine
2017-01-19 13:50:16 -05:00
committed by Martin von Gagern
parent d4aa6a7253
commit a738185704
6 changed files with 20 additions and 2 deletions

View File

@@ -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() {