Closed CIAvash closed 3 years ago
You are right, https://github.com/croservices/cro-core/commit/1b22aef4732e9b32bdd971cf10c13e5b203766cc#diff-a1969aa0318254989aa488f71f4f20a215d3b7684b4b7013a369546127f99ed3R520 should format the result to prepend 0
if there is a single character.
This was fixed with https://github.com/croservices/cro-core/pull/28 merge.
@Altai-man Is there a test that covers this fix?
encode-percents "\n"
returns%A
, but if I'm not mistaken it should be%0A
.