1. 09 Aug, 2014 1 commit
    • config: a multiline var can start immediately · ea971905
      In the check for multiline, we traverse the backslashes from the end
      backwards and int the end assert that we haven't gone past the beginning
      of the line. We make sure of this in the loop condition, but we also
      check in the return value.
      
      However, for certain configurations, a line in a multiline variable
      might be empty to aid formatting. In that case, 'end' == 'start', since
      we ended up looking at the first char which made it a multiline.
      
      There is no need for the (end > start) check in the return, since the
      loop guarantees we won't go further back than the first char in the
      line, and we do accept the first char to be the final backslash.
      
      This fixes #2483.
      Carlos Martín Nieto committed
  2. 05 Aug, 2014 15 commits
  3. 01 Aug, 2014 1 commit
  4. 31 Jul, 2014 1 commit
  5. 20 Jun, 2014 1 commit
  6. 16 Jun, 2014 1 commit
  7. 14 Jun, 2014 1 commit
  8. 13 Jun, 2014 3 commits
  9. 12 Jun, 2014 3 commits
  10. 11 Jun, 2014 4 commits
  11. 10 Jun, 2014 3 commits
  12. 09 Jun, 2014 2 commits
  13. 08 Jun, 2014 4 commits