[Scummvm-git-logs] scummvm master -> 6c0864dd8179757e43892b09d485eb3df03d89af
sev-
noreply at scummvm.org
Sun May 12 21:26:37 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6c0864dd81 TESTS: Fix Base64 test
Commit: 6c0864dd8179757e43892b09d485eb3df03d89af
https://github.com/scummvm/scummvm/commit/6c0864dd8179757e43892b09d485eb3df03d89af
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-12T23:26:20+02:00
Commit Message:
TESTS: Fix Base64 test
Changed paths:
test/common/base64.h
diff --git a/test/common/base64.h b/test/common/base64.h
index bb4a5ce9ec8..8e45407905c 100644
--- a/test/common/base64.h
+++ b/test/common/base64.h
@@ -26,7 +26,7 @@ static const char *base64_test_encoded[] = {
static const char *base64_validate_tests[] = {
"YQ", // missing padding
- "!@#$" // characters not in encoding table
+ "!@#$", // characters not in encoding table
"YQ==YWJj", // data after padding
};
More information about the Scummvm-git-logs
mailing list