Skip to content

Commit

Permalink
Add serialization tests for sdk inter-op
Browse files Browse the repository at this point in the history
- Parses "big list of naughty strings" for testing encoding and escaping
  (https://github.com/minimaxir/big-list-of-naughty-strings),
  serializing each using the Node SDK implementation and compares to
  other SDK (Swift and Java) output for the same values.
- Serialization is not uniform, so tests include known failures.
  • Loading branch information
Greg Stromire committed Jul 10, 2018
1 parent f607b0f commit 4879ae0
Show file tree
Hide file tree
Showing 6 changed files with 9,741 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/__tests__/*.json

0 comments on commit 4879ae0

Please sign in to comment.