Fix typo, so we actually test x_x_x

Auditors: alpert
This commit is contained in:
Emily Eisenberg
2013-07-12 23:17:32 -07:00
parent 4122fa2b99
commit 5871d1756f

View File

@@ -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();
});