Skip to content
master
Switch branches/tags

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?
rb-prefix-map/consume/testcases/
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")