mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 13:31:36 -07:00
Added check for [ a==b ]
This commit is contained in:
parent
947ae519a2
commit
f9f2982c9f
2 changed files with 8 additions and 1 deletions
|
@ -146,7 +146,6 @@ acceptButWarn parser level note = do
|
|||
)
|
||||
|
||||
|
||||
prop_readConditionContents = isWarning readCondition "[ grep -q file dir ]"
|
||||
readConditionContents single = do
|
||||
readCondOr `attempting` (lookAhead $ do
|
||||
pos <- getPosition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue