unsplash/intlc

Custom error for unexpected closing tag

samhh opened this issue · 1 comments

samhh commented

A message of </f> will currently fail because it's expecting letters for an opening tag. It could check if the first char is a forward-slash and error that <f> was never opened.