diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-01 17:06:53 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-01 17:06:53 +0200 |
commit | 7188474c8a9c593681c95c6fff904b79d42b3304 (patch) | |
tree | 1e3d5a73ff6bc5942bd4a4cf135db77331b892a5 /skate/testdata/zippy/README.md | |
parent | 926ff1fe4734d29983bd2ba648c9dd475f6aa3f3 (diff) | |
download | refcat-7188474c8a9c593681c95c6fff904b79d42b3304.tar.gz refcat-7188474c8a9c593681c95c6fff904b79d42b3304.zip |
add zippy test and test data
Diffstat (limited to 'skate/testdata/zippy/README.md')
-rw-r--r-- | skate/testdata/zippy/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/skate/testdata/zippy/README.md b/skate/testdata/zippy/README.md new file mode 100644 index 0000000..24bcabc --- /dev/null +++ b/skate/testdata/zippy/README.md @@ -0,0 +1,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 + |