pest
pest copied to clipboard
`toBePrintable()`
What:
- [ ] Bug Fix
- [x] New Feature
Description:
This PR introduces toBePrintable expectation, which makes sure that the passed string is printable.
expect('printable')->toBePrintable();
expect("not\n\r\tprintable")->not->toBePrintable();