rafritts / bunit

A unit testing framework for Shell scripts - namely Bash.
MIT License
196 stars 11 forks source link

Support function declarations without function keyword #31

Closed lfkeitel closed 7 years ago

lfkeitel commented 7 years ago

This PR removes the need for the function keyword. It still allows and supports it, but doesn't require it.