Open
Description
The conditional here will always be false:
Lines 800 to 808 in a401e2c
because we only take non-whitespace and non-quote characters we will never have any quote characters. It might be enough to remove the matches on
'\''
and '"'
. I'm not sure I understand what the code is supposed to do.
We should probably use a_single_param
more - at least I was somewhat unaware of it.
Metadata
Assignees
Labels
No labels
Activity