fstests: make integration tests to check all backends can store any file name
This tests the encoder is working properly
This commit is contained in:
parent
f0c2249086
commit
57c1284df7
3 changed files with 179 additions and 119 deletions
|
@ -31,6 +31,8 @@ const (
|
|||
QuoteRune = '‛' // SINGLE HIGH-REVERSED-9 QUOTATION MARK
|
||||
)
|
||||
|
||||
// NB keep the tests in fstests/fstests/fstests.go FsEncoding up to date with this
|
||||
|
||||
// Possible flags for the MultiEncoder
|
||||
const (
|
||||
EncodeZero uint = 0 // NUL(0x00)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue