add -p argument to debug single paragraph, fix issues, sorry for the large commit...
Some checks failed
CI/CD Pipeline / test (push) Failing after 1m31s
Some checks failed
CI/CD Pipeline / test (push) Failing after 1m31s
This commit is contained in:
@ -5,6 +5,10 @@ pub fn contains_without_unter(classifier_name: &str, instance_name: &str) -> boo
|
||||
&& !instance_name.to_lowercase().contains("unter")
|
||||
}
|
||||
|
||||
pub fn always_true(_: &str, _: &str) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
pub fn contains(classifier_name: &str, instance_name: &str) -> bool {
|
||||
instance_name
|
||||
.to_lowercase()
|
||||
|
Reference in New Issue
Block a user