1. 21 5月, 2015 2 次提交
    • J
      Merge pull request #2945 from jaredpar/fix-2630 · 3fecfe7e
      Jared Parsons 提交于
      Use correct count in ReplaceSeparator
      3fecfe7e
    • J
      Use correct count in ReplaceSeparator · b1c743fa
      Jared Parsons 提交于
      The bounds checking code for the existing separator has no need to do an
      upper bound check on `index`.  The IndexOf method will return -1 or a
      valid index into nodesWithSeps.  Hence the comparison with `this.Count`
      here was both unnecessary and incorrect (should have been
      `nodesWithSeps.Count`).
      
      closes #2630
      b1c743fa
  2. 20 5月, 2015 21 次提交
  3. 19 5月, 2015 17 次提交