brought test suite up to date, fixed a dumb error that occured when parsing integers larger than 100

This commit is contained in:
alisdair sullivan 2010-06-21 23:06:55 -07:00
parent 34929a452e
commit 37f9d2a07a
8 changed files with 196 additions and 43 deletions

View file

@ -7,6 +7,15 @@ compile: expand
src/jsx_utf32\
src/jsx_utf32le
debug: expand
./priv/jsx_compile.escript -d\
src/jsx\
src/jsx_utf8\
src/jsx_utf16\
src/jsx_utf16le\
src/jsx_utf32\
src/jsx_utf32le
expand:
./priv/jsx_expand.escript utf8 utf16 utf16le utf32 utf32le