brought test suite up to date, fixed a dumb error that occured when parsing integers larger than 100
This commit is contained in:
parent
34929a452e
commit
37f9d2a07a
8 changed files with 196 additions and 43 deletions
9
makefile
9
makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue