mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 04:28:41 +00:00
Fix typo, so we actually test x_x_x
Auditors: alpert
This commit is contained in:
@@ -215,7 +215,7 @@ describe("A subscript and superscript parser", function() {
|
||||
|
||||
it("should not parse x_x_x", function() {
|
||||
expect(function() {
|
||||
parseTruee("x_x_x");
|
||||
parseTree("x_x_x");
|
||||
}).toThrow();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user