Updated SC2195 (markdown)

Eisuke Kawashima
2025-07-31 15:20:09 +09:00
parent 0817500dad
commit da327e28af

@@ -25,7 +25,7 @@ For more examples of when this could happen, see [SC2193](https://github.com/koa
Note that ShellCheck warns about individual patterns in a branch, and will flag `*.png` in this example even though the branch is not dead:
```
```sh
case "${img}.jpg" in
*.png | *.jpg) echo "It's an image"
esac