parent
47b31bd9eb
commit
6a12b77360
1 changed files with 2 additions and 1 deletions
|
|
@ -208,7 +208,8 @@ for dir in "$TOP/spot" "$TOP/bin" "$TOP/tests"; do
|
|||
|
||||
# The 'r' allows operator&&
|
||||
# The '.' allows &&...
|
||||
$GREP '[^ r]&&[^ .]' $tmp &&
|
||||
# The ')' allows foo(bar&&)
|
||||
$GREP '[^ r]&&[^ .)]' $tmp &&
|
||||
diag 'Space around binary operators.'
|
||||
|
||||
# The 'r' allows operator||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue