test(fixtures): the STS fixtures and fixture codes are fictitious
Three STS fixtures still carried the section titles and labels of one real reference document, and three identifiers were copies of its codes with a letter or a word swapped. They now describe an invented kitchen counter and cookbook series: the titles, labels and descriptions of sts-identity.xml, sts-inherit.xml and sts-empty-label.xml, the P350/P351 document codes, the 99-0001 delivery prefix and chapter 7 of the image and accounting corpora. Generated fixtures are regenerated and the witness inventory's per-document totals are identical before and after; only names and text move. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
5359394a4f
commit
88cf67f12e
65 changed files with 396 additions and 390 deletions
|
|
@ -227,14 +227,14 @@ def _inbox(root: Path) -> Path:
|
|||
(inbox / "graphics" / "figur-flat.bmp").write_bytes(bmp_24(RGB_ROWS))
|
||||
(inbox / "graphics" / "skjema.tiff").write_bytes(TIFF_STUB)
|
||||
(inbox / "kapittel.html").write_text(
|
||||
"<!doctype html>\n<html><head><title>Kapittel 84</title></head>\n<body>\n"
|
||||
"<h1>84 Brød og boller</h1>\n"
|
||||
"<!doctype html>\n<html><head><title>Kapittel 7</title></head>\n<body>\n"
|
||||
"<h1>7 Brød og boller</h1>\n"
|
||||
"<p>Hevetidsklassene staar i figuren under.</p>\n"
|
||||
'<img src="graphics/figur-rle8.bmp" alt="Figur 84-1 Hevetidsklasser">\n'
|
||||
'<img src="graphics/figur-rle8.bmp" alt="Figur 7-1 Hevetidsklasser">\n'
|
||||
"<p>Og prinsippet:</p>\n"
|
||||
'<img src="graphics/figur-flat.bmp" alt="Figur 84-2 Prinsipp">\n'
|
||||
'<img src="graphics/figur-flat.bmp" alt="Figur 7-2 Prinsipp">\n'
|
||||
"<p>Og skjemaet:</p>\n"
|
||||
'<img src="graphics/skjema.tiff" alt="Skjema 84-3">\n'
|
||||
'<img src="graphics/skjema.tiff" alt="Skjema 7-3">\n'
|
||||
"</body></html>\n",
|
||||
encoding="utf-8",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue