tests/FILEFORMAT.md: spellfix
This commit is contained in:
parent
93cfed2b73
commit
25d7b5f39a
@ -56,7 +56,7 @@ For example, to insert the binary octets 0, 1 and 255 into the test file:
|
|||||||
## Repeat content
|
## Repeat content
|
||||||
|
|
||||||
In the preprocess stage, a special instruction can be used to have runtests.pl
|
In the preprocess stage, a special instruction can be used to have runtests.pl
|
||||||
generate a repetetive sequence of bytes.
|
generate a repetitive sequence of bytes.
|
||||||
|
|
||||||
To insert a sequence of repeat bytes, use this syntax to make the `<string>`
|
To insert a sequence of repeat bytes, use this syntax to make the `<string>`
|
||||||
get repeated `<number>` of times. The number has to be 1 or larger and the
|
get repeated `<number>` of times. The number has to be 1 or larger and the
|
||||||
@ -79,7 +79,7 @@ outputs nothing, until a following else or endif clause. Like this:
|
|||||||
Accept-Encoding
|
Accept-Encoding
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
It can also check for the inversed condition, so if the feature us *not* set by
|
It can also check for the inverse condition, so if the feature is *not* set by
|
||||||
the use of an exclamation mark:
|
the use of an exclamation mark:
|
||||||
|
|
||||||
%if !brotli
|
%if !brotli
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user