Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aklomp committed Jan 28, 2024
1 parent 8f3212f commit a46f5f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -243,3 +243,6 @@ jobs:
- name: Run tests
shell: msys2 {0}
run: ./test/ci/test.sh
- name: Issue 137 repro
shell: msys2 {0}
run: ./test/ci/issue137.sh
10 changes: 10 additions & 0 deletions test/ci/issue137.sh
@@ -0,0 +1,10 @@
#!/bin/bash
set -xev

wget https://github.com/aklomp/base64/files/14074869/in.bin.zip
unzip in.bin.zip

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

md5sum in.bin out.bin

0 comments on commit a46f5f3

Please sign in to comment.