mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Fix parsing of here documents
This commit is contained in:
parent
51d8caf2c9
commit
2f0ae44de4
2 changed files with 122 additions and 40 deletions
|
@ -166,7 +166,7 @@ analyze f g i =
|
|||
dll l m v = do
|
||||
x <- roundAll l
|
||||
y <- roundAll m
|
||||
return $ v x m
|
||||
return $ v x y
|
||||
d1 t v = do
|
||||
x <- round t
|
||||
return $ v x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue