age: Allow armor with no newline after end marker

Fixes test failures for the following testkit test files:
- armor_garbage_encoded (async)
- armor_no_end_line (async)
- armor_no_eol
This commit is contained in:
Jack Grigg 2022-07-03 16:51:27 +00:00
parent 13fcda8a09
commit f2507197ca
5 changed files with 88 additions and 38 deletions

1
Cargo.lock generated
View file

@ -77,6 +77,7 @@ dependencies = [
"i18n-embed",
"i18n-embed-fl",
"lazy_static",
"memchr",
"nom",
"num-traits",
"pin-project",