Given the following example:
import wikitextparser
wikitextparser.parse("<ref/ ></ref>").get_tags()[0].name
Raises an exception TypeError: 'NoneType' object is not subscriptable at
|
return self._match['name'].decode() |
.
Removing the space does not create the exception.
Given the following example:
Raises an exception
TypeError: 'NoneType' object is not subscriptableatwikitextparser/wikitextparser/_tag.py
Line 148 in f64e098
Removing the space does not create the exception.