Re: eutest?
- Posted by axtens_bruce in January
- 298 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()
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()