test(identity): a document that declares a doc-number names its own directory
Red first (K3-19 a). A NISO-STS delivery built with `okf build` put every concept under a directory named for the delivery path's file name -- a UUID that occurs 0 times in the document -- and every `sources` entry named that file twice, while the document carries exactly one <std-ident> with a <doc-number> and one <title-wrap>, neither of which this package read. 11 of the 14 tests are red: `extract.declared_identity` does not exist, and the build still names the directory and the address title from the file. The 3 that pass today pin the fallback layer that must survive the change: no declaration keeps the file name, a declared title carrying a flow terminator falls to the file name, and a name another document's file already holds is not taken. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
56b00e7f2f
commit
be169eeca0
3 changed files with 273 additions and 0 deletions
41
tests/fixtures/sts-identity.xml
vendored
Normal file
41
tests/fixtures/sts-identity.xml
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<standard>
|
||||
<front>
|
||||
<std-doc-meta>
|
||||
<title-wrap xml:lang="nb"><intro></intro><main></main><compl></compl><full>R900 Testnormalen Standard for fiksturer, tester og kontroll</full></title-wrap>
|
||||
<std-ident><originator>TST</originator><doc-type>Innledning</doc-type><doc-number>R900 Testnormalen</doc-number><isbn>000-00-0000-000-0</isbn><year>2024</year></std-ident>
|
||||
<std-ref type="dated">R900 Testnormalen:2024</std-ref>
|
||||
</std-doc-meta>
|
||||
</front>
|
||||
<body>
|
||||
<sec id="s-88" sec-type="procedure">
|
||||
<label>88</label>
|
||||
<title>Rekkverk</title>
|
||||
<sec id="s-88-612" sec-type="procedure">
|
||||
<label>88.612</label>
|
||||
<title>Utskifting av enkeltkomponenter</title>
|
||||
<sec id="s-88-612-a" sec-type="spec">
|
||||
<label>a)</label>
|
||||
<p>Omfatter utskifting av skadde enkeltkomponenter i rekkverk.</p>
|
||||
</sec>
|
||||
<sec id="s-88-612-b" sec-type="spec">
|
||||
<label>b)</label>
|
||||
<p>Et andre punkt blir aldri beskrivelsen.</p>
|
||||
</sec>
|
||||
<sec id="s-88-6121" sec-type="procedure">
|
||||
<label>88.6121</label>
|
||||
<title><italic>Utskifting av handlist</italic></title>
|
||||
</sec>
|
||||
</sec>
|
||||
<sec id="s-88-613" sec-type="procedure">
|
||||
<label>88.613</label>
|
||||
<title>Maling av rekkverk</title>
|
||||
<sec id="s-88-613-a" sec-type="spec">
|
||||
<label>a)</label>
|
||||
<p>Omfatter maling av rekkverk.</p>
|
||||
<p>Et andre avsnitt i samme punkt blir ikke med.</p>
|
||||
</sec>
|
||||
</sec>
|
||||
</sec>
|
||||
</body>
|
||||
</standard>
|
||||
Loading…
Add table
Add a link
Reference in a new issue