You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writting some tests here for pygments I just realized that analyse_text for MIMELexer has been throwing an error for the example giving. It throws the error here.
AttributeError
'list' object has no attribute 'sub'
Writting some tests here for pygments I just realized that
analyse_textfor MIMELexer has been throwing an error for the example giving. It throws the error here.Here is the gist for test_mime.py.