DEBSOURCES
Skip Quicknav
sources / cgit / 1.2.3%2Bgit20240802.70.09d24d7%2Bgit2.46.0-1 / git / t / chainlint / case-comment.test
12345678910111213
test_expect_success 'case-comment' ' ( case "$x" in # found foo x) foo ;; # found other *) # treat it as bar bar ;; esac ) '