This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Provide option to not trim output strings #77
Closed
Description
Writing an echo
-like tool, I want to be able to test the output for detailed behavior on trailing newline characters. Unfortunately, it's not possible now because of the trimming done on both strings.
It would be great to have an option to disable the trimming, as a config or an alternate to is()
, like is_exactly()
.