mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 13:01:39 -07:00
Add test for parsing bitwise not
This commit is contained in:
parent
5ef4229f61
commit
15aaacf715
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ prop_a19= isOk readArithmeticContents "\\\n3 +\\\n 2"
|
|||
prop_a20= isOk readArithmeticContents "a ? b ? c : d : e"
|
||||
prop_a21= isOk readArithmeticContents "a ? b : c ? d : e"
|
||||
prop_a22= isOk readArithmeticContents "!!a"
|
||||
prop_a23= isOk readArithmeticContents "~0"
|
||||
readArithmeticContents :: Monad m => SCParser m Token
|
||||
readArithmeticContents =
|
||||
readSequence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue