mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Add missing code fence for correct regular array
@@ -18,6 +18,7 @@ echo $((array[$index]))
|
|||||||
|
|
||||||
### Correct code:
|
### Correct code:
|
||||||
|
|
||||||
|
```
|
||||||
# Regular array
|
# Regular array
|
||||||
index=42
|
index=42
|
||||||
echo $((array[index]))
|
echo $((array[index]))
|
||||||
|
Reference in New Issue
Block a user