metarhia / jstp

Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
https://metarhia.github.io/jstp
Other
142 stars 10 forks source link

test: add JSON5 specs test suite #158

Closed aqrln closed 7 years ago

aqrln commented 7 years ago

This commit adds and adapts the official JSON5 parser tests. test/todo/json5.js should be moved to test/node as soon as we fix all the failures.

aqrln commented 7 years ago

@metarhia/jstp-core I am going to go ahead and land this by the end of the day but I'd like to get at least two reviews.

aqrln commented 7 years ago

@belochub @lundibundi I've added noctal tests.

aqrln commented 7 years ago

Landed in e9db526d5cfe0bed4bbd97c9a8df0f3b875b04fc. Thanks for the reviews!