Settings loader test-run add boolean convert check test

This commit is contained in:
Clemens Schwaighofer
2026-01-23 18:07:52 +09:00
parent d128dcb479
commit 51669d3c5f
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ str_length=foobar
int_range=20
int_range_not_set=
int_range_not_set_empty_set=5
bool_var=True
#
match_target=foo
match_target_list=foo,bar,baz

View File

@@ -84,6 +84,7 @@ def main():
"int_range_not_set_empty_set": [
"empty:"
],
"bool_var": ["convert:bool"],
"match_target": ["matching:foo"],
"match_target_list": ["split:,", "matching:foo|bar|baz",],
"match_source_a": ["in:match_target"],