# JSONL fixture: UTF-8 and a final line without newline

Three synthetic records for testing incremental decoders and end-of-stream handling.

Category: PARSER FIXTURES
Canonical: https://fieldnotesarchive.org/wiki/jsonl-utf8-tail-fixture

This UTF-8 file contains synthetic city labels and integer counts. There is intentionally no newline after its final record.

[Open utf8-tail.jsonl](https://fieldnotesarchive.org/fixtures/utf8-tail.jsonl)

## Checks to run

Read the data with an incremental UTF-8 decoder. Feed small byte chunks to exercise character boundaries. Retain incomplete lines between chunks and process the last buffered line at EOF. Compare the record count and sum of the `count` field against parsing the complete file.
