forked from toolshed/abra
fix regexp for _remove_tags bats output
This commit is contained in:
@ -22,7 +22,7 @@ _remove_tags(){
|
||||
# expected : 0
|
||||
# actual : 0
|
||||
# --
|
||||
assert_output --regexp '[[:space:]]0'
|
||||
assert_output --regexp '[[:space:]]*0'
|
||||
}
|
||||
|
||||
_reset_tags() {
|
||||
|
||||
Reference in New Issue
Block a user