dhhoang / IonDotnet

Amazon Ion ( http://amzn.github.io/ion-docs/ ) library for dotnet
MIT License
12 stars 4 forks source link

Add Null Test Cases, fix Bugs about null value of types blob and container #8

Closed truongle2211 closed 6 years ago

truongle2211 commented 6 years ago

In this PR, I added 2 test cases for Ion Null, which tests the text reader to read all the null values. Test data are from the files good/nonNulls.ion and good/allNulls.ion from the ion-test repository.

This PR also addressed the bugs about null values of types blob and container