Home
last modified time | relevance | path

Searched refs:test_whitespace_string (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libsbuf/tests/
H A Dsbuf_string_test.c39 static char test_whitespace_string[] = " \f\n\r\t\v "; variable
256 ATF_CHECK_MSG(sbuf_cat(sb, test_whitespace_string) == 0, in ATF_TC_BODY()
261 strlen(test_whitespace_string)); in ATF_TC_BODY()