aboutcode-org / aboutcode-org/scancode-toolkit
numbered_text_lines in textcode.analysis should return the complete map file
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 2.6k
- Forks
- 791
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 5
Descripción
ATM for a map file `number_text_lines` only returns the value in `sourceContent`, instead it should return the entire file content as text.
```python
>>> from textcode.analysis import numbered_text_lines
>>> list(numbered_text_lines("file_with_empty_sourceContent.css.map"))
[]
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.