Created
November 9, 2018 12:19
-
-
Save DeX77/619f14ff9ea973359be07a44ac8262bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/ShellCheck/Parser.hs:1919:46: error: | |
parse error on input `-- |, || or &&' | |
| | |
1919 | try $ lookAhead (oneOf "|&") -- |, || or && |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment