tag-0ad3d776aa86dd607dc86dcd7f77ad3ed7ebec61
basile-henry
tagged this
13 Feb 17:32
The strip_comments function uses the count of quotes to know if a comment char (';' or '#') is the start of a comment or part of the multiline as a string. Unfortunately converting the count of quotes from previous lines to a boolean meant that it would only work as expected in some cases (0 quotes or an odd number of quotes).