summaryrefslogtreecommitdiffstats
path: root/t/chainlint/case-comment.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/case-comment.expect')
-rw-r--r--t/chainlint/case-comment.expect3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/chainlint/case-comment.expect b/t/chainlint/case-comment.expect
index 1e4b054bda..641c157b98 100644
--- a/t/chainlint/case-comment.expect
+++ b/t/chainlint/case-comment.expect
@@ -1,7 +1,10 @@
(
case "$x" in
+ # found foo
x) foo ;;
+ # found other
*)
+ # treat it as bar
bar
;;
esac