TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
270 stars 21 forks source link

assert_match_snapshot_ignore_colors #246

Open antonio-gg-dev opened 4 months ago

antonio-gg-dev commented 4 months ago

In PR #245, we saw that it would be interesting to have an assert that works like assert_match_snapshot but at the same time ignores escape codes, allowing the test to focus on verifying the output text while ignoring its style.