amazon-ion / ion-dotnet

A .NET implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Other
56 stars 31 forks source link

Fix #148 allow text reader skip over container #149

Closed CoderNate closed 1 year ago

CoderNate commented 1 year ago

As mentioned in the issue, avoid pushing the container closing token onto the expectedContainerClosingSymbol stack when MoveNext is called and instead only push it when StepIn is called.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.