commit 5871d1756f72e779f3eb938b0168e7e57f5b4dae
parent 4122fa2b99d57b9b43a0cec580d5783bcb8589a1
Author: Emily Eisenberg <xymostech@gmail.com>
Date: Fri, 12 Jul 2013 23:17:32 -0700
Fix typo, so we actually test x_x_x
Auditors: alpert
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/katex-tests.js b/test/katex-tests.js
@@ -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();
});