amazon-ion / ion-java

Java streaming parser/serializer for Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
866 stars 110 forks source link

Symbol Tokens and Binary Writer From Reader #45

Open almann opened 8 years ago

almann commented 8 years ago

There are test cases that plumb symbols with unknown text from a reader to writer and use SymbolToken and expect the SID to transfer verbatim. This is sometimes correct (when the reader/writer plumbs through the LST context), but can easily be wrong due to the definition of symbols with unknown text. We should make sure these tests are correct and make sure the unknown text semantics are being honored.

Imported from ION-607

jonwilsdon commented 5 years ago

Related to #126.