DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / t / chainlint / case-comment.expect
1234567891011
2 ( 3 case "$x" in 4 # found foo 5 x) foo ;; 6 # found other 7 *) 8 # treat it as bar 9 bar 10 ;; 11 esac 12 )