Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/args/
Dgroup.rs600 let g_yaml = "name: test in test_yaml() localVariable
616 let yml = &YamlLoader::load_from_str(g_yaml).expect("failed to load YAML file")[0]; in test_yaml()