-
Notifications
You must be signed in to change notification settings - Fork 3
Commit 8666dbc
committed
Bug fix. add check To prevent off by one errorsThese are the boundaries of functions
While normally, if on an empty line origin is going to bound to the line below, On the boundaries between functions It will bound upwards by design.
Unfortunately, These caused An issue because to prevent all my one errors When going upwards When the statements spread over multiple lines, there were checks if we were below its beginning but not thief we were above its ending( because otherwise Origin would normally bound to the linee below!).
These commit Add those checks and resolve #28 1 parent 64109fc commit 8666dbc
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | - | ||
229 | + | ||
230 | + | ||
231 | + | ||
232 | + | ||
233 | + | ||
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
| |||
0 commit comments