Home
last modified time | relevance | path

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

/external/toybox/tests/
Dgetopt.test7 function test_getopt() { function
12 test_getopt "a b c" " -- b c"
13 test_getopt "a -a b c" " -a -- b c"
14 test_getopt "a -- -a b c" " -- -a b c"
17 test_getopt "-o a -- " " --"
18 test_getopt "-o a -- -a b c" " -a -- 'b' 'c'"
19 test_getopt "-o a: -- -a b c" " -a 'b' -- 'c'"
22 test_getopt "-o a -l long -- -a --long a" " -a --long -- 'a'"
23 test_getopt "-o a -l one -l two -- -a --one --two" " -a --one --two --"
24 test_getopt "-o a -l one,two -- -a --one --two" " -a --one --two --"
[all …]
/external/python/cpython3/Lib/test/
Dtest_getopt.py98 def test_getopt(self): member in GetoptTests
/external/python/cpython2/Lib/test/
Dtest_getopt.py97 def test_getopt(self): member in GetoptTests