Skip to content

Commit

Permalink
test output straight from base64
Browse files Browse the repository at this point in the history
  • Loading branch information
aklomp committed Jan 28, 2024
1 parent d8e66f1 commit 0456025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ci/issue137.sh
Expand Up @@ -7,6 +7,9 @@ xxd out.bin
wget https://github.com/aklomp/base64/files/14074869/in.bin.zip
unzip in.bin.zip
out/bin/base64 in.bin > in.bin.b64

out/bin/base64 in.bin | xxd

xxd in.bin.b64
out/bin/base64 -d in.bin.b64 > out.bin

Expand Down

0 comments on commit 0456025

Please sign in to comment.