milesj / decoda

A lightweight lexical string parser for BBCode styled markup.
MIT License
196 stars 52 forks source link

Uppercase Tags don't set defaults #115

Closed Novynn closed 7 years ago

Novynn commented 8 years ago

[URL="http://google.com"]Google![/url]

The href isn't parsed as comparing the tag with the key is a case sensitive proceedure as seen here.

The solution on my end was just to force all attribute keys to be lowercase, but thought I'd point it out here.

milesj commented 7 years ago

Fixed in 6.8.0.