Improved test, fixed bug

This commit is contained in:
2017-01-23 22:33:39 +01:00
parent def99f7a7c
commit 7a84d1e220
2 changed files with 4 additions and 3 deletions

View File

@ -63,7 +63,7 @@ public class ReaderTest {
new MPInteger(42),
new MPMap<>(new HashMap<MPNil, MPNil>()),
new MPNil(),
new MPString("yay!") // TODO: emoji
new MPString("yay! \uD83E\uDD13")
);
ByteArrayOutputStream out = new ByteArrayOutputStream();
array.pack(out);