diff options
Diffstat (limited to 't/chainlint/case-comment.expect')
-rw-r--r-- | t/chainlint/case-comment.expect | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/chainlint/case-comment.expect b/t/chainlint/case-comment.expect new file mode 100644 index 0000000000..1e4b054bda --- /dev/null +++ b/t/chainlint/case-comment.expect @@ -0,0 +1,8 @@ +( + case "$x" in + x) foo ;; + *) + bar + ;; + esac +) |