fix regexp for _remove_tags bats output

This commit is contained in:
2026-01-20 21:14:11 -08:00
parent 182fc41c58
commit 0759be6f8f

View File

@ -22,7 +22,7 @@ _remove_tags(){
# expected : 0
# actual : 0
# --
assert_output --regexp '[[:space:]]0'
assert_output --regexp '[[:space:]]*0'
}
_reset_tags() {