metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
72 stars 34 forks source link

Escape feedback char in _else data. #344

Closed blackwinter closed 3 years ago

blackwinter commented 3 years ago

Pass-through (_else*) should bypass feedback/recursion mechanism.

Fixes #343.

P.S.: I'd prefer the two commits to be squashed in order to provide a complete view of the issue (failing test + fix) and also have the tests passing for each individual commit.