update vereinsg; add script to do this automatically in the future
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run

This commit is contained in:
philipp 2024-06-27 09:26:11 +02:00
parent 76811d6d44
commit e26e7df913
2 changed files with 12 additions and 1 deletions

View File

@ -8,7 +8,12 @@ is_root = true
match_function = "contains"
[parser]
remove_strings = ["<n>", "</n>"]
remove_strings = [
"<n>", "</n>",
"<super>", "</super>",
"<i>", "</i>",
"<abstand ct=\"text\" halign=\"l\" />"
]
[[parser.replace_rules]]

6
update_laws.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
cargo r -- --clear-cache
rm ./data/expected/overview/*
rm ./data/expected/par/*
cargo t