scribble-math/test
Ben Alpert c08fadfaa9 Parse single superscripts and subscripts
Summary:
Add the ability to parse lone `^x` and `_y`, etc. This basically just
involves more checking of cases in the increasingly ugly `parseAtom` function.
Also, now we manually check for the cases of double superscripts and
subscripts.

Test Plan: Make sure the tests pass. Make sure things like `^x` and `_y` parse.

Reviewers: emily

Reviewed By: emily

Differential Revision: http://phabricator.khanacademy.org/D3095
2013-07-16 22:00:54 -07:00
..
jasmine Add some basic testing using jasmine 2013-07-11 18:32:44 -07:00
katex-tests.js Parse single superscripts and subscripts 2013-07-16 22:00:54 -07:00
test.html Add some basic testing using jasmine 2013-07-11 18:32:44 -07:00