Jose M. Valera Reales
Jose M. Valera Reales
Well, if `$a` is not define I guess the condition will be `false`, so nothing will be render there. Neither an Exception, isn't it?
@SaikumarChintada Nice one!
Wow! I love that. It's minimalist and conceptually simpler. What do you say, @vitorpamplona ?
Really promising project! It would be really good to have syntax support for PHPStorm (and/or VSCode).
I created a RELEASE file as a guide to know the steps to create a new release (at least manually): https://github.com/TypedDevs/bashunit/blob/main/.github/RELEASE.md
Related https://github.com/bpkg/bpkg.github.io/pull/82
**snap** & **mush** are not worked on yet. It will be something to consider to add in the sooner-future
Is it still relevant?
Can we close this, @antonio-gg-dev @khru ?
Great idea, @rcasia! I assume it would be a json file such us: ```json [ { "type": "test", "file": "/home/User/project/tests/unit/foo_test.sh", "function": "foo_1", "line": 12, "time": 0.0123 }, { "type": "test",...