summaryrefslogtreecommitdiffhomepage
path: root/src/test/nxt_term_parse_test.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-09-24src/test: Add an extra test case to nxt_term_parse_test.cAndrew Clayton1-0/+1
The function nxt_term_parse() is able to take strings with trailing whitespace e.g. "1w1d ", add a test case to cover such things. Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2017-11-21Tests: move existing tests to "src" folder.Andrey Zelenkov1-0/+0
2017-08-30Lib unit tests have been renamed to tests.Igor Sysoev1-3/+4
2017-02-01nxt_str_t changes.Igor Sysoev1-1/+1