master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Naming convention is like:
# Mapping and general IO tests
<expected return code>.<unique name>.in
<expected return code>.<unique name>.<format-name>.env
<expected return code>.<unique name>.out
# Format parsing tests
<format-name>.<expected return code>.<unique name>.in
<format-name>.<expected return code>.<unique name>.env
<format-name>.<expected return code>.<unique name>.out
pecsplit.0.allbytes-ok.env was created by running in python3:
>>> open("testcases/pecsplit.0.allbytes-ok.env", "wb").write(bytes(i for i in range(1, 255) if chr(i) not in "%=:\n") + b"=\n")