blob: 24bcabcff9d77d1d148b1ad85a609014f0f9c933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Test data for reducers
Format:
> c[F][ID][a|b|r].[json|out]
where F relates to the function being tested, ID is a test case id, a and b are
input streams, and r is the result output.
Possible F:
| Mnemonic | Function |
|---------- |---------------------------- |
| E | ZippyExact |
| R | ZippyExactRelease |
| W | ZippyExactWiki |
| V | ZippyVerifyRefs |
| O | ZippyVerifyRefsOpenLibrary |
| B | ZippyBrefAugment |
Example:
* inputs: cE17a.json, cE17b.json; output: cE17r.out
|