Test can now interpret the empty string + fresh coat of paint
Created by: huntergoldstein
Changes introduced by this pull request:
-
tests.rs
now avoids the use ofunwrap
and is more generic on the output buffer. - When Ion is invoked as
-c
, forward the empty string appropriately if given as an arg inargs()
Fixes: Closes #387 (closed)