add neutralitaetsgesetz
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m43s

This commit is contained in:
2024-06-06 23:17:42 +02:00
parent f0efaecf58
commit 0157697bd9
6 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[law]
id = 10000267
name = "Neutralitätsgesetz"
par_sign = "Artikel"
[[parser.replace_rules]]
find = """<ueberschrift typ="para" ct="text" halign="c">Artikel I.</ueberschrift><absatz typ="abs" ct="text" halign="j">"""
replace_with= """<ueberschrift typ="para" ct="text" halign="c">Artikel I.</ueberschrift><absatz typ="abs" ct="text" halign="j"><gldsym>Artikel I.</gldsym>"""
[[parser.replace_rules]]
find = """<ueberschrift typ="para" ct="text" halign="c">Artikel II.</ueberschrift><absatz typ="abs" ct="text" halign="j">"""
replace_with = """<ueberschrift typ="para" ct="text" halign="c">Artikel II.</ueberschrift><absatz typ="abs" ct="text" halign="j"><gldsym>Artikel II.</gldsym>"""