changed end_of_json to end_json

This commit is contained in:
alisdair sullivan 2010-06-10 20:32:15 -07:00
parent e245d8aa92
commit 813058e2fb
7 changed files with 19 additions and 19 deletions

View file

@ -41,7 +41,7 @@ test(Dir) ->
decoder(Flags) ->
jsx:decoder({jsx_test, test_event, []}, Flags).
test_event(end_of_json, Acc) ->
test_event(end_json, Acc) ->
lists:reverse(Acc);
test_event(Event, Acc) ->
[Event] ++ Acc.