Commit de55027
authored
Fix ranges extraction
the previous code would output [[1,2],[3,3]] instead of [[1,2],[3,4]]
because i variable increase one by one instead of the expexted two by two1 parent ac1f0b4 commit de55027
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
0 commit comments