Skip to content

Commit

Permalink
Update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed Jun 5, 2024
1 parent 2735d98 commit 42849d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/basic.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ base32hexpadupper, "TF5IN683DC5N6I811"
base32z, "hxf1zgedpcfzg1ebb"
base36, "k2lcpzo5yikidynfl"
base36upper, "K2LCPZO5YIKIDYNFL"
base45, "RFF.OEB$D5/DZ24"
base58flickr, "Z7Pznk19XTTzBtx"
base58btc, "z7paNL19xttacUY"
base64, "meWVzIG1hbmkgIQ"
base64pad, "MeWVzIG1hbmkgIQ=="
base64url, "ueWVzIG1hbmkgIQ"
base64urlpad, "UeWVzIG1hbmkgIQ=="
proquint, "pro-lojoj-lasob-kujod-kunon-fabod"
base256emoji, "🚀🏃✋🌈😅🌷🤤😻🌟😅👏"
2 changes: 2 additions & 0 deletions tests/case_insensitivity.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ base32hexpad, "td1imor3f41RMUSJCCG======"
base32hexpadupper, "Td1imor3f41RMUSJCCG======"
base36, "kfUvrsIvVnfRbjWaJo"
base36upper, "KfUVrSIVVnFRbJWAJo"
base45, "Rff.oeb$d5/dz24"
proquint, "PRO-LOJOJ-LASOB-KUJOD-KUNON-FABOD"
2 changes: 2 additions & 0 deletions tests/leading_zero.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ base32hexpadupper, "T01SMASP0DLGMSQ9044======"
base32z, "hybhskh3ypiosh4jyrr"
base36, "k02lcpzo5yikidynfl"
base36upper, "K02LCPZO5YIKIDYNFL"
base45, "V206$CL44CEC2DDX0"
base58flickr, "Z17Pznk19XTTzBtx"
base58btc, "z17paNL19xttacUY"
base64, "mAHllcyBtYW5pICE"
base64pad, "MAHllcyBtYW5pICE="
base64url, "uAHllcyBtYW5pICE"
base64urlpad, "UAHllcyBtYW5pICE="
base256emoji, "🚀🚀🏃✋🌈😅🌷🤤😻🌟😅👏"
3 changes: 3 additions & 0 deletions tests/two_leading_zeros.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ base32hexpadupper, "T0007IPBJ41MM2RJ940GG===="
base32z, "hyyy813murbssn5ujryoo"
base36, "k002lcpzo5yikidynfl"
base36upper, "K002LCPZO5YIKIDYNFL"
base45, "000RFF.OEB$D5/DZ24"
base58flickr, "Z117Pznk19XTTzBtx"
base58btc, "z117paNL19xttacUY"
base64, "mAAB5ZXMgbWFuaSAh"
base64pad, "MAAB5ZXMgbWFuaSAh"
base64url, "uAAB5ZXMgbWFuaSAh"
base64urlpad, "UAAB5ZXMgbWFuaSAh"
proquint, "pro-babab-lojoj-lasob-kujod-kunon-fabod"
base256emoji, "🚀🚀🚀🏃✋🌈😅🌷🤤😻🌟😅👏"

0 comments on commit 42849d7

Please sign in to comment.