test(accounting): the witnesses see what the formats actually hold (M-1..M-3)

Rows 2 and 3 require the build's inventory to EQUAL the witness's, so what
the witness does not count, nothing can lose visibly. An independent review
put a header and a comment in a docx, measured 0 of either in the bundle,
and the accounting still read "2 of 2 carried".

Thirteen classes are now counted, each with a red test written first:
docx header/footer, comment, endnote and text box (a box's paragraphs are
its own, or the text is booked twice) - pptx speaker note and hidden slide
(`show="0"`, no longer counted as an ordinary slide) - xlsx formula and
hidden sheet (the state lives in `workbook.xml` and is reached through the
relationship id, so the sheet part itself says nothing about it) - odt
header/footer from `styles.xml` and annotation (counted as prose, it made
the accounting demand a reader carry a note the author wrote to themselves)
- STS `mixed-citation`, `mml:math`, `fig` and its caption, measured by the
review at 4.1 % of N200's source text and 3.9 % of N100's.

M-2: the two STS witnesses had ONE role map between them, so row 5 -- "two
witnesses agree" -- could not see a hole in it. `_sts_role_xml` and
`_sts_role_json` are written apart, each for its own delivery, and a test
holds them apart.

M-3: 20 of 63 element types had a count of ZERO in their only fixture. Seven
hand-built documents close it, every element type now occurs at least once
(a test asserts it), and ALL TWENTY documents carry a hand count read off
the fixture's own bytes (four did before). `.xlsx image` -- the operator's
own proposed exception -- could not be exercised at all until now.

Every witness also states WHAT IT STILL DOES NOT COUNT, per file type, and
the gate prints that list on every run.

THE FIXTURE ROWS ARE RED NOW, AND THAT IS THE POINT. Row 2 red on .docx,
.odt, .pptx, .xlsx and .xml; row 3 at u = 25, d = 2 over the new classes,
including a footnote and four spreadsheet cells the build genuinely drops.
`0 claimed and not found` on the same run: nothing the build DOES book as
carried failed the bundle check, so the red is the build's and not the
instrument's.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-09-18 01:53:50 +02:00
commit e5dc21ec2f
Signed by: ktg
SSH key fingerprint: SHA256:JakMjO6FTBBzN0Bhfj9saOoEjaFxlSdYuZQQpM/lF9Q
14 changed files with 1542 additions and 59 deletions

View file

@ -0,0 +1 @@
{\rtf1\ansi\deff0{\fonttbl{\f0 Times New Roman;}}\pard Figur 84-1 viser prinsippet.\par\pard{\pict\pngblip\picw16\pich16 89504e470d0a1a0a}\par}

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="no">
<head><title>Figur 84-1</title></head>
<body>
<h1>Figur 84-1</h1>
<p>Prinsippet for toleranseklasser.</p>
<img src="graphics/figur-84-1.png" alt="Prinsippskisse">
<table><tr><th>Klasse</th><th>Avvik</th></tr><tr><td>A</td><td>5 mm</td></tr></table>
<ul><li>Klasse A</li><li>Klasse B</li></ul>
</body>
</html>

Binary file not shown.

Binary file not shown.

View file

@ -3,6 +3,7 @@
<body>
<h1>Belysning</h1>
<p>Terskelluminansen er 145 candela.</p>
<img src="graphics/tabell-84-2.png" alt="Sonekart">
<h2>Soner</h2>
<ul><li>Inngang</li><li>Hovedløp</li></ul>
<table><tr><th>Sone</th><th>Lengde</th></tr><tr><td>Inngang</td><td>120 m</td></tr></table>

Binary file not shown.

View file

@ -0,0 +1,16 @@
<standard>
<front><std-ident><doc-number>R762</doc-number><year>2025</year></std-ident></front>
<body>
<sec><label>85</label><title>Vegdekker</title>
<p>Dekket skal ha jevnhet etter <mixed-citation>NS-EN 13036-1:2010</mixed-citation>.</p>
<p>Kravet regnes som <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML"><mml:mi>IRI</mml:mi><mml:mo>&lt;</mml:mo><mml:mn>2</mml:mn></mml:math>.</p>
<fig><label>Figur 85-1</label><caption><p>Maalepunkter langs vegbanen.</p></caption>
<graphic xlink:href="figur-84-1.png" xmlns:xlink="http://www.w3.org/1999/xlink"/></fig>
<table-wrap><label>Tabell 85-1</label>
<table><tr><th>Klasse</th><th>IRI</th></tr><tr><td>1</td><td>1,5</td></tr></table>
</table-wrap>
<list><list-item><p>Maales hvert 20. meter.</p></list-item></list>
<fn><p>Gjelder ikke gang- og sykkelveger.</p></fn>
</sec>
</body>
</standard>

Binary file not shown.

View file

@ -1,5 +1,99 @@
{
"documents": {
"bilde.rtf": {
"elements": {
"cell": 0,
"image": 1,
"paragraph": 2,
"table_row": 0
},
"images": [
{
"kind": "embedded",
"ref": "",
"target": null
}
],
"suffix": ".rtf",
"texts": {
"cell": [],
"image": [
[]
],
"paragraph": [
[
"Figur 84-1 viser prinsippet."
],
[]
],
"table_row": []
},
"witness": "rtf control words"
},
"figur.html": {
"elements": {
"cell": 4,
"heading": 1,
"image": 1,
"list_item": 2,
"paragraph": 1,
"table": 1
},
"images": [
{
"kind": "local",
"ref": "graphics/figur-84-1.png",
"target": "graphics/figur-84-1.png"
}
],
"suffix": ".html",
"texts": {
"cell": [
[
"Klasse"
],
[
"Avvik"
],
[
"A"
],
[
"5 mm"
]
],
"heading": [
[
"Figur 84-1"
]
],
"image": [
[]
],
"list_item": [
[
"Klasse A"
],
[
"Klasse B"
]
],
"paragraph": [
[
"Prinsippet for toleranseklasser."
]
],
"table": [
[
"Klasse",
"Avvik",
"A",
"5 mm"
]
]
},
"witness": "html.parser"
},
"krav-rikt-tekstformat.rtf": {
"elements": {
"cell": 56,
@ -303,7 +397,9 @@
},
"krav-tekstdokument.odt": {
"elements": {
"annotation": 0,
"cell": 56,
"header_footer": 0,
"heading": 1,
"image": 0,
"list_item": 0,
@ -313,6 +409,7 @@
"images": [],
"suffix": ".odt",
"texts": {
"annotation": [],
"cell": [
[
"Dokumentnummer:"
@ -483,6 +580,7 @@
"2,5 cd"
]
],
"header_footer": [],
"heading": [
[
"Kravspesifikasjon for tunnelbelysning"
@ -563,6 +661,86 @@
},
"witness": "odt zip xml"
},
"liste-og-bilde.odt": {
"elements": {
"annotation": 1,
"cell": 2,
"header_footer": 2,
"heading": 1,
"image": 1,
"list_item": 2,
"paragraph": 4,
"table": 1
},
"images": [
{
"kind": "embedded",
"ref": "",
"target": null
}
],
"suffix": ".odt",
"texts": {
"annotation": [
[
"Sjekk denne mot N400 foer utsendelse."
]
],
"cell": [
[
"Type"
],
[
"Gangbru"
]
],
"header_footer": [
[
"Intern arbeidsversjon"
],
[
"Vegdirektoratet"
]
],
"heading": [
[
"Drift av gangbruer"
]
],
"image": [
[]
],
"list_item": [
[
"Rekkverk"
],
[
"Dekke"
]
],
"paragraph": [
[
"Gangbruer inspiseres hvert aar."
],
[
"Rekkverk"
],
[
"Dekke"
],
[
"Se figuren under."
]
],
"table": [
[
"Type",
"Gangbru"
]
]
},
"witness": "odt zip xml"
},
"logg.txt": {
"elements": {
"line": 4,
@ -715,6 +893,85 @@
},
"witness": "markdown lines"
},
"notater-og-skjult.pptx": {
"elements": {
"cell": 4,
"hidden_slide": 1,
"image": 0,
"note": 1,
"paragraph": 2,
"slide": 1,
"table": 2,
"title": 2
},
"images": [],
"suffix": ".pptx",
"texts": {
"cell": [
[
"Post"
],
[
"84.1"
],
[
"Post"
],
[
"84.1"
]
],
"hidden_slide": [
[
"Utgaatt lysbilde",
"Ikke vis dette.",
"Post",
"84.1"
]
],
"image": [],
"note": [
[
"Husk aa nevne at toleranseklassen er skjerpet."
]
],
"paragraph": [
[
"Toleranser er gitt i tabell."
],
[
"Ikke vis dette."
]
],
"slide": [
[
"Prosess 84 Konstruksjoner",
"Toleranser er gitt i tabell.",
"Post",
"84.1"
]
],
"table": [
[
"Post",
"84.1"
],
[
"Post",
"84.1"
]
],
"title": [
[
"Prosess 84 Konstruksjoner"
],
[
"Utgaatt lysbilde"
]
]
},
"witness": "pptx zip xml"
},
"parametre.json": {
"elements": {
"key": 6,
@ -769,6 +1026,8 @@
"prisark.xlsx": {
"elements": {
"cell": 18,
"formula": 0,
"hidden_sheet": 0,
"image": 0,
"row": 9,
"sheet": 2
@ -832,6 +1091,8 @@
"Sum ikke oppgitt"
]
],
"formula": [],
"hidden_sheet": [],
"image": [],
"row": [
[
@ -901,11 +1162,15 @@
"prosess-84-notat.docx": {
"elements": {
"cell": 0,
"comment": 0,
"endnote": 0,
"footnote": 0,
"header_footer": 0,
"heading": 0,
"image": 1,
"paragraph": 2,
"table": 0
"table": 0,
"text_box": 0
},
"images": [
{
@ -917,7 +1182,10 @@
"suffix": ".docx",
"texts": {
"cell": [],
"comment": [],
"endnote": [],
"footnote": [],
"header_footer": [],
"heading": [],
"image": [
[]
@ -930,14 +1198,17 @@
"Etter tabellen gjelder NS-EN 13670."
]
],
"table": []
"table": [],
"text_box": []
},
"witness": "docx zip xml"
},
"prosess-84-presentasjon.pptx": {
"elements": {
"cell": 0,
"hidden_slide": 0,
"image": 1,
"note": 0,
"paragraph": 0,
"slide": 1,
"table": 0,
@ -953,9 +1224,11 @@
"suffix": ".pptx",
"texts": {
"cell": [],
"hidden_slide": [],
"image": [
[]
],
"note": [],
"paragraph": [],
"slide": [
[
@ -974,9 +1247,13 @@
"prosess-84-sts.xml": {
"elements": {
"cell": 0,
"citation": 0,
"figure": 0,
"figure_caption": 0,
"footnote": 0,
"image": 2,
"list_item": 0,
"math": 0,
"paragraph": 2,
"section": 2,
"section_label": 2,
@ -999,12 +1276,16 @@
"suffix": ".xml",
"texts": {
"cell": [],
"citation": [],
"figure": [],
"figure_caption": [],
"footnote": [],
"image": [
[],
[]
],
"list_item": [],
"math": [],
"paragraph": [
[
"Toleranseklasse er gitt i tabell 84-2."
@ -1140,12 +1421,18 @@
"elements": {
"cell": 4,
"heading": 2,
"image": 0,
"image": 1,
"list_item": 2,
"paragraph": 1,
"table": 1
},
"images": [],
"images": [
{
"kind": "local",
"ref": "graphics/tabell-84-2.png",
"target": "graphics/tabell-84-2.png"
}
],
"suffix": ".htm",
"texts": {
"cell": [
@ -1170,7 +1457,9 @@
"Soner"
]
],
"image": [],
"image": [
[]
],
"list_item": [
[
"Inngang"
@ -1194,20 +1483,332 @@
]
},
"witness": "html.parser"
},
"skjult-ark-og-formel.xlsx": {
"elements": {
"cell": 7,
"formula": 1,
"hidden_sheet": 1,
"image": 1,
"row": 3,
"sheet": 1
},
"images": [
{
"kind": "embedded",
"ref": "",
"target": null
}
],
"suffix": ".xlsx",
"texts": {
"cell": [
[
"Post"
],
[
"Enhet"
],
[
"Mengde"
],
[
"Sum"
],
[
"12"
],
[
"24"
],
[
"Kladd"
]
],
"formula": [
[
"B2*2"
]
],
"hidden_sheet": [
[
"Kladd"
]
],
"image": [
[]
],
"row": [
[
"Post",
"Enhet",
"Mengde"
],
[
"Sum",
"12",
"24"
],
[
"Kladd"
]
],
"sheet": [
[
"Post",
"Enhet",
"Mengde",
"Sum",
"12",
"24"
]
]
},
"witness": "xlsx zip xml"
},
"sts-rikt.xml": {
"elements": {
"cell": 4,
"citation": 1,
"figure": 1,
"figure_caption": 1,
"footnote": 1,
"image": 1,
"list_item": 1,
"math": 1,
"paragraph": 5,
"section": 1,
"section_label": 1,
"table": 1,
"table_label": 1,
"title": 1
},
"images": [
{
"kind": "local",
"ref": "figur-84-1.png",
"target": "graphics/figur-84-1.png"
}
],
"suffix": ".xml",
"texts": {
"cell": [
[
"Klasse"
],
[
"IRI"
],
[
"1"
],
[
"1,5"
]
],
"citation": [
[
"NS-EN 13036-1:2010"
]
],
"figure": [
[
"Figur 85-1",
"Maalepunkter langs vegbanen."
]
],
"figure_caption": [
[
"Maalepunkter langs vegbanen."
]
],
"footnote": [
[
"Gjelder ikke gang- og sykkelveger."
]
],
"image": [
[]
],
"list_item": [
[
"Maales hvert 20. meter."
]
],
"math": [
[
"IRI",
"<",
"2"
]
],
"paragraph": [
[
"Dekket skal ha jevnhet etter",
"NS-EN 13036-1:2010",
"."
],
[
"Kravet regnes som",
"IRI",
"<",
"2",
"."
],
[
"Maalepunkter langs vegbanen."
],
[
"Maales hvert 20. meter."
],
[
"Gjelder ikke gang- og sykkelveger."
]
],
"section": [
[
"85",
"Vegdekker",
"Dekket skal ha jevnhet etter",
"NS-EN 13036-1:2010",
".",
"Kravet regnes som",
"IRI",
"<",
"2",
".",
"Figur 85-1",
"Maalepunkter langs vegbanen.",
"Tabell 85-1",
"Klasse",
"IRI",
"1",
"1,5",
"Maales hvert 20. meter.",
"Gjelder ikke gang- og sykkelveger."
]
],
"section_label": [
[
"85"
]
],
"table": [
[
"Tabell 85-1",
"Klasse",
"IRI",
"1",
"1,5"
]
],
"table_label": [
[
"Tabell 85-1"
]
],
"title": [
[
"Vegdekker"
]
]
},
"witness": "xml.etree"
},
"topptekst-og-kommentar.docx": {
"elements": {
"cell": 2,
"comment": 1,
"endnote": 1,
"footnote": 1,
"header_footer": 2,
"heading": 1,
"image": 0,
"paragraph": 3,
"table": 1,
"text_box": 1
},
"images": [],
"suffix": ".docx",
"texts": {
"cell": [
[
"Bredde"
],
[
"3,0 m"
]
],
"comment": [
[
"Unntak: gjelder IKKE gangbruer i tunnel."
]
],
"endnote": [
[
"Kravet ble skjerpet i 2024."
]
],
"footnote": [
[
"Se haandbok N400 kapittel 5."
]
],
"header_footer": [
[
"Statens vegvesen, side 1"
],
[
"Utkast - gjelder ikke etter 2026-01-01"
]
],
"heading": [
[
"Krav til gangbruer"
]
],
"image": [],
"paragraph": [
[
"Gangbruer skal ha rekkverk paa begge sider."
],
[
"Bredde"
],
[
"3,0 m"
]
],
"table": [
[
"Bredde",
"3,0 m"
]
],
"text_box": [
[
"Merk: kravet gjelder ikke midlertidige bruer."
]
]
},
"witness": "docx zip xml"
}
},
"files": {
"graphics/figur-84-1.png": {
"pointed_at_by": [
"figur.html",
"prosess-84-sts.xml",
"prosess-84-web.html"
"prosess-84-web.html",
"sts-rikt.xml"
]
},
"graphics/tabell-84-2.png": {
"pointed_at_by": [
"notat.md",
"prosess-84-sts.xml",
"prosess-84-web.html"
"prosess-84-web.html",
"side.htm"
]
}
},

View file

@ -0,0 +1,327 @@
"""The accounting corpus's SECOND document per format: the elements the
witness could not see until 2026-09-18.
An independent review of the gate found that the witness -- and therefore the
whole accounting, because rows 2 and 3 require the build's inventory to EQUAL
it -- counted no header, no comment, no speaker note, no hidden sheet, no
formula, no citation and no figure caption. What nothing counts, nothing can
lose visibly. It also found that 20 of 63 element types had a count of ZERO in
their only fixture, so six of seven witness mutants survived.
These documents are written BY HAND, part by part, for the reason the XML
fixtures state: a library that writes and then reads its own format proves
only that it agrees with itself. Every count they carry is written down in
`tests/fixtures/README.md` by a person reading these strings, not by running
the witness over them.
python3 tests/fixtures/accounting/make_accounting_fixtures.py
"""
from __future__ import annotations
import io
import zipfile
from pathlib import Path
HERE = Path(__file__).resolve().parent
CORPUS = HERE / "corpus"
_ZIP_DATE = (2020, 1, 1, 0, 0, 0)
_XML = '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>'
_W = 'xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"'
_A = 'xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"'
_P = 'xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"'
_S = 'xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"'
def build_zip(parts: dict[str, str | bytes]) -> bytes:
"""Zip the parts with a fixed timestamp, so a regeneration that changes
nothing leaves the bytes alone and `git diff --quiet` stays a real check."""
out = io.BytesIO()
with zipfile.ZipFile(out, "w", compression=zipfile.ZIP_DEFLATED) as archive:
for name, payload in parts.items():
info = zipfile.ZipInfo(name, date_time=_ZIP_DATE)
info.compress_type = zipfile.ZIP_DEFLATED
archive.writestr(info, payload)
return out.getvalue()
# --- docx: a header, a footer, a comment, an endnote and a text box ----------
_DOCX_BODY = (
'<w:p><w:pPr><w:pStyle w:val="Heading1"/></w:pPr>'
"<w:r><w:t>Krav til gangbruer</w:t></w:r></w:p>"
"<w:p><w:r><w:t>Gangbruer skal ha rekkverk paa begge sider.</w:t></w:r></w:p>"
"<w:tbl><w:tr>"
"<w:tc><w:p><w:r><w:t>Bredde</w:t></w:r></w:p></w:tc>"
"<w:tc><w:p><w:r><w:t>3,0 m</w:t></w:r></w:p></w:tc>"
"</w:tr></w:tbl>"
"<w:p><w:r><w:pict><w:txbxContent>"
"<w:p><w:r><w:t>Merk: kravet gjelder ikke midlertidige bruer.</w:t></w:r></w:p>"
"</w:txbxContent></w:pict></w:r></w:p>"
)
_DOCX_PARTS: dict[str, str | bytes] = {
"[Content_Types].xml": _XML
+ '<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">'
+ '<Default Extension="xml" ContentType="application/xml"/>'
+ '<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.'
+ 'relationships+xml"/>'
+ '<Override PartName="/word/document.xml" ContentType="application/vnd.'
+ 'openxmlformats-officedocument.wordprocessingml.document.main+xml"/>'
+ '<Override PartName="/word/styles.xml" ContentType="application/vnd.'
+ 'openxmlformats-officedocument.wordprocessingml.styles+xml"/>'
+ "</Types>",
"_rels/.rels": _XML
+ '<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">'
+ '<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/'
+ 'relationships/officeDocument" Target="word/document.xml"/></Relationships>',
"word/_rels/document.xml.rels": _XML
+ '<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">'
+ '<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/'
+ 'relationships/styles" Target="styles.xml"/></Relationships>',
"word/styles.xml": _XML
+ f"<w:styles {_W}>"
+ '<w:style w:type="paragraph" w:styleId="Heading1"><w:name w:val="heading 1"/></w:style>'
+ "</w:styles>",
"word/document.xml": _XML + f"<w:document {_W}><w:body>{_DOCX_BODY}</w:body></w:document>",
"word/header1.xml": _XML
+ f"<w:hdr {_W}><w:p><w:r><w:t>Utkast - gjelder ikke etter 2026-01-01</w:t></w:r></w:p>"
+ "</w:hdr>",
"word/footer1.xml": _XML
+ f"<w:ftr {_W}><w:p><w:r><w:t>Statens vegvesen, side 1</w:t></w:r></w:p></w:ftr>",
"word/comments.xml": _XML
+ f"<w:comments {_W}>"
+ '<w:comment w:id="1"><w:p><w:r><w:t>Unntak: gjelder IKKE gangbruer i tunnel.'
+ "</w:t></w:r></w:p></w:comment></w:comments>",
"word/footnotes.xml": _XML
+ f"<w:footnotes {_W}>"
+ '<w:footnote w:id="0"><w:p><w:r><w:t>separator</w:t></w:r></w:p></w:footnote>'
+ '<w:footnote w:id="2"><w:p><w:r><w:t>Se haandbok N400 kapittel 5.</w:t></w:r></w:p>'
+ "</w:footnote></w:footnotes>",
"word/endnotes.xml": _XML
+ f"<w:endnotes {_W}>"
+ '<w:endnote w:id="0"><w:p><w:r><w:t>separator</w:t></w:r></w:p></w:endnote>'
+ '<w:endnote w:id="3"><w:p><w:r><w:t>Kravet ble skjerpet i 2024.</w:t></w:r></w:p>'
+ "</w:endnote></w:endnotes>",
}
# --- pptx: a speaker note and a hidden slide --------------------------------
def _slide(title: str, body: str, *, hidden: bool = False) -> str:
show = ' show="0"' if hidden else ""
return (
_XML
+ f"<p:sld {_P} {_A}{show}><p:cSld><p:spTree>"
+ '<p:sp><p:nvSpPr><p:nvPr><p:ph type="title"/></p:nvPr></p:nvSpPr>'
+ f"<p:txBody><a:p><a:r><a:t>{title}</a:t></a:r></a:p></p:txBody></p:sp>"
+ "<p:sp><p:nvSpPr><p:nvPr/></p:nvSpPr>"
+ f"<p:txBody><a:p><a:r><a:t>{body}</a:t></a:r></a:p></p:txBody></p:sp>"
+ "<p:graphicFrame><a:graphic><a:graphicData><a:tbl><a:tr>"
+ "<a:tc><a:txBody><a:p><a:r><a:t>Post</a:t></a:r></a:p></a:txBody></a:tc>"
+ "<a:tc><a:txBody><a:p><a:r><a:t>84.1</a:t></a:r></a:p></a:txBody></a:tc>"
+ "</a:tr></a:tbl></a:graphicData></a:graphic></p:graphicFrame>"
+ "</p:spTree></p:cSld></p:sld>"
)
_PPTX_PARTS: dict[str, str | bytes] = {
"[Content_Types].xml": _XML
+ '<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">'
+ '<Default Extension="xml" ContentType="application/xml"/>'
+ '<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.'
+ 'relationships+xml"/>'
+ '<Override PartName="/ppt/presentation.xml" ContentType="application/vnd.'
+ 'openxmlformats-officedocument.presentationml.presentation.main+xml"/>'
+ "".join(
f'<Override PartName="/ppt/slides/slide{n}.xml" ContentType="application/vnd.'
f'openxmlformats-officedocument.presentationml.slide+xml"/>'
for n in (1, 2)
)
+ "</Types>",
"_rels/.rels": _XML
+ '<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">'
+ '<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/'
+ 'relationships/officeDocument" Target="ppt/presentation.xml"/></Relationships>',
"ppt/presentation.xml": _XML
+ f"<p:presentation {_P}><p:sldIdLst>"
+ '<p:sldId id="256" r:id="rId1"/><p:sldId id="257" r:id="rId2"/>'
+ "</p:sldIdLst></p:presentation>",
"ppt/slides/slide1.xml": _slide("Prosess 84 Konstruksjoner", "Toleranser er gitt i tabell."),
"ppt/slides/slide2.xml": _slide("Utgaatt lysbilde", "Ikke vis dette.", hidden=True),
"ppt/notesSlides/notesSlide1.xml": _XML
+ f"<p:notes {_P} {_A}><p:cSld><p:spTree><p:sp><p:txBody>"
+ "<a:p><a:r><a:t>Husk aa nevne at toleranseklassen er skjerpet.</a:t></a:r></a:p>"
+ "</p:txBody></p:sp></p:spTree></p:cSld></p:notes>",
}
# --- xlsx: a hidden sheet and a formula --------------------------------------
_XLSX_STRINGS = ["Post", "Enhet", "Mengde", "Sum", "Internt", "Kladd"]
_XLSX_PARTS: dict[str, str | bytes] = {
"[Content_Types].xml": _XML
+ '<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">'
+ '<Default Extension="xml" ContentType="application/xml"/>'
+ '<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.'
+ 'relationships+xml"/>'
+ '<Override PartName="/xl/workbook.xml" ContentType="application/vnd.openxmlformats-'
+ 'officedocument.spreadsheetml.sheet.main+xml"/>'
+ "</Types>",
"_rels/.rels": _XML
+ '<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">'
+ '<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/'
+ 'relationships/officeDocument" Target="xl/workbook.xml"/></Relationships>',
"xl/workbook.xml": _XML
+ f'<workbook {_S} xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/'
+ 'relationships"><sheets>'
+ '<sheet name="Mengder" sheetId="1" r:id="rId1"/>'
+ '<sheet name="Internt" sheetId="2" state="hidden" r:id="rId2"/>'
+ "</sheets></workbook>",
"xl/_rels/workbook.xml.rels": _XML
+ '<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">'
+ '<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/'
+ 'relationships/worksheet" Target="worksheets/sheet1.xml"/>'
+ '<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/'
+ 'relationships/worksheet" Target="worksheets/sheet2.xml"/></Relationships>',
"xl/sharedStrings.xml": _XML
+ f'<sst {_S} count="{len(_XLSX_STRINGS)}" uniqueCount="{len(_XLSX_STRINGS)}">'
+ "".join(f"<si><t>{value}</t></si>" for value in _XLSX_STRINGS)
+ "</sst>",
"xl/worksheets/sheet1.xml": _XML
+ f'<worksheet {_S}><dimension ref="A1:C3"/><sheetData>'
+ '<row r="1"><c r="A1" t="s"><v>0</v></c><c r="B1" t="s"><v>1</v></c>'
+ '<c r="C1" t="s"><v>2</v></c></row>'
+ '<row r="2"><c r="A2" t="s"><v>3</v></c><c r="B2"><v>12</v></c>'
+ '<c r="C2"><f>B2*2</f><v>24</v></c></row>'
+ '</sheetData><drawing r:id="rId1" xmlns:r="http://schemas.openxmlformats.org/'
+ 'officeDocument/2006/relationships"/></worksheet>',
"xl/drawings/drawing1.xml": _XML
+ '<xdr:wsDr xmlns:xdr="http://schemas.openxmlformats.org/drawingml/2006/'
+ 'spreadsheetDrawing" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">'
+ "<xdr:twoCellAnchor><xdr:pic><xdr:nvPicPr>"
+ '<xdr:cNvPr id="1" name="Diagram"/>'
+ "</xdr:nvPicPr></xdr:pic></xdr:twoCellAnchor></xdr:wsDr>",
"xl/worksheets/_rels/sheet1.xml.rels": _XML
+ '<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">'
+ '<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/'
+ 'relationships/drawing" Target="../drawings/drawing1.xml"/></Relationships>',
"xl/worksheets/sheet2.xml": _XML
+ f'<worksheet {_S}><dimension ref="A1:A1"/><sheetData>'
+ '<row r="1"><c r="A1" t="s"><v>5</v></c></row>'
+ "</sheetData></worksheet>",
}
# --- odt: a header, a list, an annotation and a picture ----------------------
_ODT_NS = (
'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" '
'xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" '
'xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" '
'xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" '
'xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" '
'xmlns:xlink="http://www.w3.org/1999/xlink"'
)
_ODT_PARTS: dict[str, str | bytes] = {
"mimetype": "application/vnd.oasis.opendocument.text",
"META-INF/manifest.xml": _XML
+ '<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0">'
+ '<manifest:file-entry manifest:full-path="/" manifest:media-type="application/vnd.oasis.'
+ 'opendocument.text"/>'
+ '<manifest:file-entry manifest:full-path="content.xml" manifest:media-type="text/xml"/>'
+ "</manifest:manifest>",
"content.xml": _XML
+ f"<office:document-content {_ODT_NS}><office:body><office:text>"
+ '<text:h text:outline-level="1">Drift av gangbruer</text:h>'
+ "<text:p>Gangbruer inspiseres hvert aar.</text:p>"
+ "<text:list><text:list-item><text:p>Rekkverk</text:p></text:list-item>"
+ "<text:list-item><text:p>Dekke</text:p></text:list-item></text:list>"
+ "<text:p>Se figuren under."
+ '<draw:frame><draw:image xlink:href="graphics/figur-84-1.png"/></draw:frame></text:p>'
+ "<office:annotation><text:p>Sjekk denne mot N400 foer utsendelse.</text:p>"
+ "</office:annotation>"
+ "<table:table><table:table-row>"
+ "<table:table-cell><text:p>Type</text:p></table:table-cell>"
+ "<table:table-cell><text:p>Gangbru</text:p></table:table-cell>"
+ "</table:table-row></table:table>"
+ "</office:text></office:body></office:document-content>",
"styles.xml": _XML
+ f"<office:document-styles {_ODT_NS}><office:master-styles>"
+ '<style:master-page style:name="Standard">'
+ "<style:header><text:p>Intern arbeidsversjon</text:p></style:header>"
+ "<style:footer><text:p>Vegdirektoratet</text:p></style:footer>"
+ "</style:master-page></office:master-styles></office:document-styles>",
}
# --- rtf: a picture ----------------------------------------------------------
_RTF = (
r"{\rtf1\ansi\deff0{\fonttbl{\f0 Times New Roman;}}"
r"\pard Figur 84-1 viser prinsippet.\par"
r"\pard{\pict\pngblip\picw16\pich16 89504e470d0a1a0a}\par"
"}"
)
# --- html: a picture and a caption -------------------------------------------
_HTML = """<!DOCTYPE html>
<html lang="no">
<head><title>Figur 84-1</title></head>
<body>
<h1>Figur 84-1</h1>
<p>Prinsippet for toleranseklasser.</p>
<img src="graphics/figur-84-1.png" alt="Prinsippskisse">
<table><tr><th>Klasse</th><th>Avvik</th></tr><tr><td>A</td><td>5 mm</td></tr></table>
<ul><li>Klasse A</li><li>Klasse B</li></ul>
</body>
</html>
"""
# --- sts: a citation, a formula, a figure with a caption, a table, a footnote -
_STS = """<standard>
<front><std-ident><doc-number>R762</doc-number><year>2025</year></std-ident></front>
<body>
<sec><label>85</label><title>Vegdekker</title>
<p>Dekket skal ha jevnhet etter <mixed-citation>NS-EN 13036-1:2010</mixed-citation>.</p>
<p>Kravet regnes som <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML"><mml:mi>IRI</mml:mi><mml:mo>&lt;</mml:mo><mml:mn>2</mml:mn></mml:math>.</p>
<fig><label>Figur 85-1</label><caption><p>Maalepunkter langs vegbanen.</p></caption>
<graphic xlink:href="figur-84-1.png" xmlns:xlink="http://www.w3.org/1999/xlink"/></fig>
<table-wrap><label>Tabell 85-1</label>
<table><tr><th>Klasse</th><th>IRI</th></tr><tr><td>1</td><td>1,5</td></tr></table>
</table-wrap>
<list><list-item><p>Maales hvert 20. meter.</p></list-item></list>
<fn><p>Gjelder ikke gang- og sykkelveger.</p></fn>
</sec>
</body>
</standard>
"""
def main() -> int:
written = {
"topptekst-og-kommentar.docx": build_zip(_DOCX_PARTS),
"notater-og-skjult.pptx": build_zip(_PPTX_PARTS),
"skjult-ark-og-formel.xlsx": build_zip(_XLSX_PARTS),
"liste-og-bilde.odt": build_zip(_ODT_PARTS),
"bilde.rtf": _RTF.encode("latin-1"),
"figur.html": _HTML.encode("utf-8"),
"sts-rikt.xml": _STS.encode("utf-8"),
}
for name, payload in written.items():
(CORPUS / name).write_bytes(payload)
print(f"wrote {name}")
return 0
if __name__ == "__main__":
raise SystemExit(main())