diff options
| author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2026-07-24 05:34:32 +0200 |
|---|---|---|
| committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2026-07-24 05:34:32 +0200 |
| commit | 3f81addcfbeae7aabcdd823340397f66e394f02f (patch) | |
| tree | cfc08069f1da4bff2c8f1b67de85e70defad2fa2 /src/main/resources/sampledata/Landesrecht-Beispiele.adoc | |
| parent | c2b57decf3d57d4808dd37723c562b8e001cc342 (diff) | |
Add Saxony SächsBeamtVG acceptance case (first non-Bavarian Landesrecht)
Complete the first §-structured Landesrecht acceptance case for wave six: the
Saxon Civil Servants' Pension Act (SächsBeamtVG) in its 1 Feb 2025 version plus
the amending act of 13 April 2026 (SächsGVBl. S. 134). All five commands are
recognised and applied without residue — the amount replacements in § 47 and the
re-enactment of § 80(1) sentence 2.
- LandesRechtTextParser: recognise arabic, keyword-first structural headings
("Abschnitt 1", "Unterabschnitt 2", "Teil 3") via GLIEDERUNG_ARABISCH, in
addition to Bavaria's roman "I. Abschnitt" form. Bavaria behaviour unchanged.
- TextBereiniger: strip the footer of revosax full-text output (REVOSAX_FUSS,
"https://…revosax… Fassung vom … Seite N von M").
- Add the consolidated pre-amendment stem as canonical plaintext
(sampledata/Sachsen/SaechsBeamtVG-alt.txt, derived from the archived revosax
full text) and EndToEndTest.saechsBeamtVgAcceptance (5 applied, 0 manual).
220 tests green; federal and Bavarian pinned numbers unchanged.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Change-Id: I8e878bc9506f24028cf643a873de000f3d066d64
Diffstat (limited to 'src/main/resources/sampledata/Landesrecht-Beispiele.adoc')
| -rw-r--r-- | src/main/resources/sampledata/Landesrecht-Beispiele.adoc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/resources/sampledata/Landesrecht-Beispiele.adoc b/src/main/resources/sampledata/Landesrecht-Beispiele.adoc index b97bf32..095e475 100644 --- a/src/main/resources/sampledata/Landesrecht-Beispiele.adoc +++ b/src/main/resources/sampledata/Landesrecht-Beispiele.adoc @@ -78,10 +78,17 @@ verordnung) folgt geändert"). |=== +== Stand der Umsetzung + +* *Sachsen* ist als erster nichtbayerischer Belegfall vollständig umgesetzt: konsolidierte + Vorfassung `Sachsen/SaechsBeamtVG-alt.txt` (kanonischer Klartext, Fassung vom 01.02.2025, aus + der archivierten revosax-Volltextfassung abgeleitet) und End-to-End-Akzeptanztest + (`EndToEndTest.saechsBeamtVgAcceptance`; fünf Befehle, kein Rest). +* Für die übrigen erfassten Länder fehlt die konsolidierte Stammfassung noch (siehe oben). + == Noch offen * *Rheinland-Pfalz*: Die Verkündungsplattform `verkuendung.rlp.de` verkündet erst seit dem 01.07.2026 elektronisch; ältere GVBl-Hefte liegen nicht als freie Direkt-PDF vor. * Bremen, Hamburg, Mecklenburg-Vorpommern, Saarland, Brandenburg, Sachsen-Anhalt: noch nicht erfasst. -* Für alle Länder fehlt die konsolidierte Stammfassung (siehe oben). |
