summaryrefslogtreecommitdiff
path: root/Tests/AK/TestBase64.cpp
AgeCommit message (Expand)Author
2022-07-12Tests: Convert TestBase64 decode test to use StringViews directlysin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25AK: Ignore whitespace while decoding base64Andreas Kling
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2021-12-08AK+Tests: Avoid implicitly copying ByteBufferBen Wiederhake
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-10-23AK: Don't crash on invalid Base64 inputBen Wiederhake
2021-08-01Tests: Remove unused header includesBrian Gianforcaro
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro