[Bug] Some space out of range strip when using `-l` argument.
Open
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
```
def do_something():
xs = []
for x in xs:
y = 'y'
if y:
pass
def do_something_else():
return '-path 1'
```
the line 5 (one-based) has 8 spaces or 2 tabs. they are strip when I run `yapf -l 10-10 xx.py -i` or `cat xx.py | yapf -l 10-10`. line 10 is the last line.
Contributor guide
Assessment
This issue has not been assessed yet.