Skip to content

Test can now interpret the empty string + fresh coat of paint

Michael Aaron Murphy requested to merge huntergoldstein:test_empty_str into master

Created by: huntergoldstein

Changes introduced by this pull request:

  • tests.rs now avoids the use of unwrap and is more generic on the output buffer.
  • When Ion is invoked as -c, forward the empty string appropriately if given as an arg in args()

Fixes: Closes #387 (closed)

Merge request reports