pythonecuador/lira

The parser should accept a string, not a file

Closed this issue · 1 comments

This will also make it easier to test.

lira/lira/parsers/rst.py

Lines 104 to 105 in f05975a

with file.open() as f:
input = f.read()

But we should add an attribute source to keep track of the filename too.