Skip to content

Commit 9cc1841

Browse files
committed
Gave the test output section a makeover.
1 parent c151549 commit 9cc1841

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -196,22 +196,21 @@ understand element paths.
196196
Understanding reader/writer test output
197197
---------------------------------------
198198

199-
When a test is run, output files are generated aside the input test files.
199+
When a test is run, output files are generated beside the input test files.
200200
Below is a short description of the content of each file:
201201

202-
- test_complex_01.json: input JSON document
203-
- test_complex_01.expected: flattened JSON element tree used to check if
204-
parsing was corrected.
205-
206-
- test_complex_01.actual: flattened JSON element tree produced by
207-
jsontest.exe from reading test_complex_01.json
208-
- test_complex_01.rewrite: JSON document written by jsontest.exe using the
209-
Json::Value parsed from test_complex_01.json and serialized using
210-
Json::StyledWritter.
211-
- test_complex_01.actual-rewrite: flattened JSON element tree produced by
212-
jsontest.exe from reading test_complex_01.rewrite.
213-
test_complex_01.process-output: jsontest.exe output, typically useful to
214-
understand parsing error.
202+
* `test_complex_01.json`: input JSON document.
203+
* `test_complex_01.expected`: flattened JSON element tree used to check if
204+
parsing was corrected.
205+
* `test_complex_01.actual`: flattened JSON element tree produced by `jsontest`
206+
from reading `test_complex_01.json`.
207+
* `test_complex_01.rewrite`: JSON document written by `jsontest` using the
208+
`Json::Value` parsed from `test_complex_01.json` and serialized using
209+
`Json::StyledWritter`.
210+
* `test_complex_01.actual-rewrite`: flattened JSON element tree produced by
211+
`jsontest` from reading `test_complex_01.rewrite`.
212+
* `test_complex_01.process-output`: `jsontest` output, typically useful for
213+
understanding parsing errors.
215214

216215
License
217216
-------

0 commit comments

Comments
 (0)