update vereinsg; add script to do this automatically in the future
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run
This commit is contained in:
parent
76811d6d44
commit
e26e7df913
@ -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
6
update_laws.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
cargo r -- --clear-cache
|
||||
rm ./data/expected/overview/*
|
||||
rm ./data/expected/par/*
|
||||
cargo t
|
Loading…
Reference in New Issue
Block a user