colis-anr / morbig

A static parser for POSIX Shell
Other
190 stars 8 forks source link

Support tests for open bugs #119

Closed Niols closed 1 year ago

Niols commented 4 years ago

Hello,

This PR tries to provide a way of adding test cases for open bugs. This goes by adding a .open file near an existing test case. The tests runner (tests/run) has been made aware of this change and reports failures of open tests as warnings and doesn't fail when only open tests failed.

It also contains test cases for a few open issues.

@yurug What do you think of this?

yurug commented 1 year ago

LGTM.