Home
last modified time | relevance | path

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

/third_party/rust/crates/shlex/src/
Dlib.rs195 static SPLIT_TEST_ITEMS: &'static [(&'static str, Option<&'static [&'static str]>)] = &[ variable
220 for &(input, output) in SPLIT_TEST_ITEMS { in test_split()