Searched refs:refill_test (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/kyua/utils/text/ |
H A D | operations_test.cpp | 53 refill_test(const char* expected, const char* input, in refill_test() function 163 refill_test("only break the\nfirst line", "only break the first line", in ATF_TEST_CASE_BODY() 171 refill_test("first-long-word\nother\nwords", "first-long-word other words", in ATF_TEST_CASE_BODY() 173 refill_test("first-long-word\nother words", "first-long-word other words", in ATF_TEST_CASE_BODY() 175 refill_test("first-long-word other\nwords", "first-long-word other words", in ATF_TEST_CASE_BODY() 177 refill_test("first-long-word other words", "first-long-word other words", in ATF_TEST_CASE_BODY() 185 refill_test("this is a long\nparagraph to be\nsplit into\npieces", in ATF_TEST_CASE_BODY() 194 refill_test("this-is-a-long-string", "this-is-a-long-string", 5, 5); in ATF_TEST_CASE_BODY() 196 refill_test("this is\na-string-with-long-words", in ATF_TEST_CASE_BODY() 204 refill_test("foo bar baz ", "foo bar baz ", 80, 80); in ATF_TEST_CASE_BODY() [all …]
|