GNMoseke / peregrine

Better swift testing from the command line
Mozilla Public License 2.0
4 stars 0 forks source link

fix: split test failures around ' : ' to not mask XCTfail messages #21

Closed GNMoseke closed 2 months ago

GNMoseke commented 2 months ago

Problem occurred when a colon was present in the actual fail output (e.g. in type qualification)

resolves #20