1. eutest?
- Posted by axtens_bruce Jan 16, 2023
- 652 views
So how do I actually use eutest? The documentation on the manual page makes some assumptions about me that are incorrect. I can see what makes for a minimal test but what about an example or two?
Bruce
2. Re: eutest?
- Posted by axtens_bruce Jan 16, 2023
- 588 views
Okay, answering my own question again.
include std/unittest.e include std/text.e as seq test_equal("trim_head() default", "John", trim_head(" \r\n\t John")) test_report()