Skip to content

Commit

Permalink
Rename test vectors to what they are actually about.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Jun 9, 2020
1 parent 15f90e8 commit 9b5345e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory contains test vectors that should be used by every implementation

| Filename | String to encode | Description
| -------- | ---------------- | -----------
| `test2.csv` | `yes mani !` | Basic case
| `test4.csv` | `\x00yes mani !` | Leading zero byte
| `test5.csv` | `\x00\x00yes mani !` | Two leading zero bytes (leading zeros are a source of bugs, hence there are two test vectors for them)
| `test6.csv` | `hello world` | Differently cased than expected, must decode without errors
| `basic.csv` | `yes mani !` | Basic case
| `leading_zero.csv` | `\x00yes mani !` | Leading zero byte
| `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)
| `case_insensitivity.csv` | `hello world` | Differently cased than expected, must decode without errors
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9b5345e

Please sign in to comment.