encodings: add all known backend encodings

This commit is contained in:
Fabian Möller 2019-04-29 12:23:57 +02:00 committed by Nick Craig-Wood
parent a56c9ab61d
commit c09b62a088
6 changed files with 388 additions and 21 deletions

View file

@ -141,7 +141,7 @@ func TestDecodeHalf(t *testing.T) {
}
const oneDrive = MultiEncoder(
EncodeStandard |
uint(Standard) |
EncodeWin |
EncodeBackSlash |
EncodeHashPercent |