bats-core / bats-support

Supporting library for Bats test helpers
Creative Commons Zero v1.0 Universal
41 stars 18 forks source link

Make Print Functions Consistent with `--keep-empty-lines` #12

Open CauhxMilloy opened 4 months ago

CauhxMilloy commented 4 months ago

This implements option 4 for batslib_count_lines and batslib_print_kv_single_or_multi, and option 2 for batslib_prefix and batslib_mark, as discussed in https://github.com/bats-core/bats-support/issues/11.

Fixes https://github.com/bats-core/bats-support/issues/11.