mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2065 (markdown)
@@ -9,7 +9,7 @@
|
||||
### Correct code:
|
||||
|
||||
```sh
|
||||
[ 1 -gt 2 ] || [ 3 > 'aaa bb' ] # arithmetical, lexicographical
|
||||
[ 1 -gt 2 ] || [ 3 \> 'aaa bb' ] # arithmetical, lexicographical
|
||||
```
|
||||
### Rationale:
|
||||
|
||||
|
Reference in New Issue
Block a user