1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-12-07 08:53:30 +01:00
This commit is contained in:
binarybabel 2013-04-12 14:44:18 -07:00
commit 97e2ddcf32

View File

@ -34,7 +34,7 @@ index=0
while IFS= read -r line; do
index=$(($index + 1))
quoted_name="$(expr "$line" : '^ *@test *\([^ ].*\) *{ *$' || true)"
quoted_name="$(expr "$line" : ' *@test *\([^ ].*\) *{ *$' || true)"
if [ -n "$quoted_name" ]; then
name="$(eval echo "$quoted_name")"