Skip to content

Commit 7973a88

Browse files
fixed
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 962e425 commit 7973a88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

issue-494/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# ISSUE 494
22

33
![reproduced issue](./assets/before.png)
4+
5+
```sh
6+
echo hello | openssl enc -base64 # aGVsbG8K
7+
echo -n hello | openssl enc -base64 # aGVsbG8=
8+
// or
9+
echo -n hello | base64 -w 0
10+
```

0 commit comments

Comments
 (0)