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
please replace following regular expression in Parser.php: '/data:([a-zA-Z-\/+]*)([a-zA-Z0-9-_;=.+]+)?,(.*)/'
with '/data:([a-zA-Z-\/+.]*)([a-zA-Z0-9-_;=.+]+)?,(.*)/'
to handle cases like application/vnd.ms-excel.
This is also missed test case 5.
Thanks.
The text was updated successfully, but these errors were encountered:
Dear contributors,
please replace following regular expression in Parser.php:
'/data:([a-zA-Z-\/+]*)([a-zA-Z0-9-_;=.+]+)?,(.*)/'
with
'/data:([a-zA-Z-\/+.]*)([a-zA-Z0-9-_;=.+]+)?,(.*)/'
to handle cases like
application/vnd.ms-excel
.This is also missed test case 5.
Thanks.
The text was updated successfully, but these errors were encountered: