hkoba / yatt_lite

YATT::Lite - Template with "use strict"
Other
5 stars 0 forks source link

xhf dump should not trim trailing newlines #165

Closed hkoba closed 5 years ago

hkoba commented 5 years ago

Currently, xhf_dump() trims trailing newlines for verbatim payload. This behavior makes outputs somewhat readable. But it also means we cannot use xhf for structural testing.

So, let's change verbatim payload not to trim trailing newlines.

hkoba commented 5 years ago

Unfortunately, this change breaks many existing tests. So, mark it as a future change.