Searched refs:test_find_words (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/clap/src/output/textwrap/ |
H A D | word_separators.rs | 32 macro_rules! test_find_words { macros 47 test_find_words!(ascii_space_empty, ["", []]); 49 test_find_words!(ascii_single_word, ["foo", ["foo"]]); 51 test_find_words!(ascii_two_words, ["foo bar", ["foo ", "bar"]]); 53 test_find_words!( 59 test_find_words!(ascii_only_whitespace, [" ", [" "]], [" ", [" "]]); 61 test_find_words!( 66 test_find_words!(ascii_trailing_whitespace, ["foo ", ["foo "]]); 68 test_find_words!(ascii_leading_whitespace, [" foo", [" ", "foo"]]); 70 test_find_words!( [all...] |
Completed in 1 milliseconds