s/parser error/syntax error/g
This commit is contained in:
parent
7aa3a7ffc3
commit
d8717c7046
|
@ -2925,7 +2925,7 @@ parseShell env name contents = do
|
||||||
first (ContextName pos str) = ParseNote pos pos ErrorC 1073 $
|
first (ContextName pos str) = ParseNote pos pos ErrorC 1073 $
|
||||||
"Couldn't parse this " ++ str ++ ". Fix to allow more checks."
|
"Couldn't parse this " ++ str ++ ". Fix to allow more checks."
|
||||||
second (ContextName pos str) = ParseNote pos pos InfoC 1009 $
|
second (ContextName pos str) = ParseNote pos pos InfoC 1009 $
|
||||||
"The mentioned parser error was in this " ++ str ++ "."
|
"The mentioned syntax error was in this " ++ str ++ "."
|
||||||
|
|
||||||
-- Go over all T_UnparsedIndex and reparse them as either arithmetic or text
|
-- Go over all T_UnparsedIndex and reparse them as either arithmetic or text
|
||||||
-- depending on declare -A statements.
|
-- depending on declare -A statements.
|
||||||
|
|
Loading…
Reference in New Issue