Searched refs:refill_test (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/kyua-cli/dist/utils/text/ |
| D | operations_test.cpp | 53 refill_test(const char* expected, const char* input, in refill_test() function 132 refill_test("only break the\nfirst line", "only break the first line", in ATF_TEST_CASE_BODY() 140 refill_test("first-long-word\nother\nwords", "first-long-word other words", in ATF_TEST_CASE_BODY() 142 refill_test("first-long-word\nother words", "first-long-word other words", in ATF_TEST_CASE_BODY() 144 refill_test("first-long-word other\nwords", "first-long-word other words", in ATF_TEST_CASE_BODY() 146 refill_test("first-long-word other words", "first-long-word other words", in ATF_TEST_CASE_BODY() 154 refill_test("this is a long\nparagraph to be\nsplit into\npieces", in ATF_TEST_CASE_BODY() 163 refill_test("this-is-a-long-string", "this-is-a-long-string", 5, 5); in ATF_TEST_CASE_BODY() 165 refill_test("this is\na-string-with-long-words", in ATF_TEST_CASE_BODY() 173 refill_test("foo bar baz ", "foo bar baz ", 80, 80); in ATF_TEST_CASE_BODY() [all …]
|