1. 09 Sep, 2021 2 commits
    • Fix multiline strip_comments logic · 574c590f
      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).
      Basile Henry committed
    • Add test config parsing · 5eab4daf
      This tests parsing a multiline string containing multiple quoted comment
      chars. See #6019
      Basile Henry committed
  2. 05 Sep, 2021 3 commits
  3. 03 Sep, 2021 2 commits
  4. 02 Sep, 2021 10 commits
  5. 31 Aug, 2021 5 commits
  6. 30 Aug, 2021 18 commits