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

Fix: assert_line_count #264

Closed Chemaclass closed 2 weeks ago

Chemaclass commented 2 weeks ago

📚 Description

Related to: https://github.com/phpstan/phpstan-src/pull/3160#discussion_r1643031961

The \n are ignored when counting the lines actual=$(echo "$input_str" | wc -l | tr -d '[:blank:]')

🔖 Changes