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
271 stars 21 forks source link

chore: assert_contains_ignore_case #196

Closed raphaelstolt closed 8 months ago

raphaelstolt commented 8 months ago

📚 Description

Adds the assert_contains_ignore_case assertion.

✅ To-do list

Chemaclass commented 8 months ago

Thanks for contributing, @raphaelstolt! Can you double-check the failing tests?

Screenshot 2023-10-16 at 16 25 52
antonio-gg-dev commented 8 months ago

closes #178

raphaelstolt commented 8 months ago

Documentation is updated as suggested.

khru commented 8 months ago

Kudo @raphaelstolt you've done a nice job, thank you for helping and supporting the project :heart: