[0081] 为 bytevector-base64-encode 新增单元测试#879
Merged
Merged
Conversation
将 bench/base64-perf.scm 拆成 6 个以函数为单位的独立 bench 文件,每个文件自包含可独立运行。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bytevector-base64-decode单独建测试文件的做法,为bytevector-base64-encode新建tests/liii/base64/bytevector-base64-encode-test.scm,共 22 个 checkstring->utf8包装,与 decode 测试文件对称(encode 输出是 bytevector 而非 string)Test plan
bin/gf fmt tests/liii/base64/bytevector-base64-encode-test.scmbin/gf tests/liii/base64/bytevector-base64-encode-test.scm— 22 passedbin/gf tests/liii/base64/bytevector-base64-decode-test.scm— 36 passedbin/gf tests/liii/base64/base64-encode-test.scm— 10 passedbin/gf tests/liii/base64/base64-decode-test.scm— 9 passed详见
devel/0081.md。