Home
last modified time | relevance | path

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

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