jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 63 forks source link

fixes an issue with payloads containing utf8 special characters #48

Closed dmill-bz closed 8 years ago

dmill-bz commented 8 years ago

This fixes #47. There's still more work that needs to be done here but this is a good temporary fix.

I ran the tests in both node and browser and they pass.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.03%) to 91.753% when pulling f364fa119729649245d5988a5df82ca736736f7c on binary-utf8-fix into 4583662b40dd40846ef9e8f242aa926553b56725 on master.

jbmusso commented 8 years ago

I just added a test case for this. Waiting for Travis then I'll merge and publish v2.3.2.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.03%) to 91.753% when pulling 6e3adab28d295b36f53e475f1b976dc67cb8d78d on binary-utf8-fix into 4583662b40dd40846ef9e8f242aa926553b56725 on master.