add vvg
All checks were successful
CI/CD Pipeline / test (push) Successful in 34s

This commit is contained in:
2024-02-05 15:50:03 +01:00
parent a438933eac
commit d389e6c874
35 changed files with 164 additions and 1 deletions

View File

@ -269,6 +269,17 @@ mod tests {
test(law_id, &mut builder, parser);
}
#[test]
fn vvg() {
let law_id = "20011654";
let mut builder = LawBuilder::new("law");
builder.add_classifier(Classifier::new("Abschnitt", Arc::new(&contains)).root());
let mut parser = Parser::new();
test(law_id, &mut builder, parser);
}
//#[test]
//fn urhg() {
// let law_id = "10001848";
@ -289,7 +300,7 @@ mod tests {
// test(law_id, &mut builder, parser);
//}
// TODO: 20011654 10001622(ABGB)
// TODO: 10001622(ABGB)
// https://www.ris.bka.gv.at/GeltendeFassung.wxe?Abfrage=Bundesnormen&Gesetzesnummer=10002180
//#[test]