neos/neos-development-collection
BUG: No exception thrown for missing opening tag in AFX
Open
#3,555 opened on Jan 8, 2022
BugGood first issue
Repository metrics
- Stars
- (267 stars)
- PR merge metrics
- (PR metrics pending)
Description
While playing with https://afx-converter.marchenry.de/
i somehow managed to write this accidentally:
text</p>ANYTHING following wont be shown.
And found out that no exception is thrown. AFX would only return 'text' and ignore the rest.
... could be hard to catch ...
I guess since 5.3 as not much was changed.