Line numbers are incorrect
Created by: JohnAZoidberg
- Sourcegraph version: "Sourcegraph.com"
- Platform information: Firefox 87.0 on Linux
Steps to reproduce:
Compare
- https://sourcegraph.com/github.com/HewlettPackard/python-redfish-utility/-/blob/src/rdmc.py#L51
- https://github.com/HewlettPackard/python-redfish-utility/blob/master/src/rdmc.py#L51
Expected behavior:
Show the file how it is.
Actual behavior:
Starting from line 52 Sourcegraph shows empty lines that are not actually there. Possibly because of the backslash. This causes the file to be shown with more lines than it actually has and results in wrong line numbers.