Skip to content

Commit 1bb240b

Browse files
committed
Rename test vectors to what they are actually about.
1 parent 4f0dcf7 commit 1bb240b

5 files changed

+4
-4
lines changed

tests/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This directory contains test vectors that should be used by every implementation
55

66
| Filename | String to encode | Description
77
| -------- | ---------------- | -----------
8-
| `test2.csv` | `yes mani !` | Basic case
9-
| `test4.csv` | `\x00yes mani !` | Leading zero byte
10-
| `test5.csv` | `\x00\x00yes mani !` | Two leading zero bytes (leading zeros are a source of bugs, hence there are two test vectors for them)
11-
| `test6.csv` | `hello world` | Differently cased than expected, must decode without errors
8+
| `basic.csv` | `yes mani !` | Basic case
9+
| `leading_zero.csv` | `\x00yes mani !` | Leading zero byte
10+
| `two_leading_zeros.csv` | `\x00\x00yes mani !` | Two leading zero bytes (leading zeros are a source of bugs, hence there are two test vectors for them)
11+
| `case_insensitivity.csv` | `hello world` | Differently cased than expected, must decode without errors

tests/test2.csv tests/basic.csv

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)