Searched refs:test_case (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dglob.sh75 function test_case function
89 alias test_case='test_case $LINENO'
164 test_case '<match>' '!7' '*\!*'
165 test_case '<match>' 'r.*' '*.\*'
170 test_case '<match>' 'abc' 'a"b"c'
171 test_case '<match>' 'abc' 'a*c'
172 test_case '<nomatch>' 'abc' '"a?c"'
173 test_case '<nomatch>' 'abc' 'a\*c'
174 test_case '<nomatc
[all...]

Completed in 9 milliseconds