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 on multiline #265

Closed Chemaclass closed 2 weeks ago

Chemaclass commented 2 weeks ago

📚 Description

Issue: https://github.com/phpstan/phpstan-src/pull/3160#discussion_r1643902055

Multiline strings are passes as multiple args to assert_line_count which makes it complicated to pass around and manipulate as unique string.

🔖 Changes