NorfairKing / sydtest

A modern testing framework for Haskell with good defaults and advanced testing features.
115 stars 25 forks source link

fix filter flag parsing #85

Closed eltix closed 3 months ago

eltix commented 3 months ago

This PR addresses https://github.com/NorfairKing/sydtest/issues/81

It modifies Test.Syd.OptParse.manyOptional such that it no longer splits texts on spaces. The PR also adds some unit tests for the parsing of filter flags.

eltix commented 3 months ago

@NorfairKing Here is a small PR that addresses #81 I did not figure out how to trigger the CI though.

NorfairKing commented 3 months ago

@eltix If you can get nix flake check passing locally I will take care of CI.

NorfairKing commented 3 months ago

Merging and releasing this now if I can get CI to pass easily.

NorfairKing commented 3 months ago

Merged manually and released as 0.15.1.2.

eltix commented 3 months ago

Thank you @NorfairKing !