Skip to content

Commit 547330d

Browse files
committed
Tweak the markdown table syntax in the README.
1 parent 28ed302 commit 547330d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@ Each `.json` file consists of a single JSON array of test cases.
4141

4242
For clarity, we first define this document's usage of some testing terminology:
4343

44-
| | |
45-
|-----------------|------------------------------------------------------------------------------------------------------------------------------------|
46-
| **test suite** | the entirety of the contents of this repository, containing tests for multiple different releases of the JSON Schema specification |
47-
| **test case** | a single schema, along with a description and an array of *test*s |
48-
| **test** | within a *test case*, a single test example, containing a description, instance and a boolean indicating whether the instance is |
49-
| | valid under the test case schema |
50-
| **test runner** | a program, external to this repository and authored by a user of this suite, which is executing each of the tests in the suite |
44+
| term | definition |
45+
|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
46+
| **test suite** | the entirety of the contents of this repository, containing tests for multiple different releases of the JSON Schema specification |
47+
| **test case** | a single schema, along with a description and an array of *test*s |
48+
| **test** | within a *test case*, a single test example, containing a description, instance and a boolean indicating whether the instance is valid under the test case schema |
49+
| **test runner** | a program, external to this repository and authored by a user of this suite, which is executing each of the tests in the suite |
5150

5251
An example illustrating this structure is immediately below, and a JSON Schema containing a formal definition of the contents of test cases can be found [alongside this README](./test-schema.json).
5352

0 commit comments

Comments
 (0)