jehugaleahsa / mustache-sharp

An extension of the mustache text template engine for .NET.
The Unlicense
306 stars 78 forks source link

Show more explicit errors for "Encountered an unknown tag" #7

Closed maxscott closed 11 years ago

maxscott commented 11 years ago

I haven't looked into the source much yet, but it would great if this exception could tell you which tag was unregistered/not supported. Let me know your thoughts, thanks!

jehugaleahsa commented 11 years ago

I originally didn't want to do this because I wasn't sure I could extract the tag name. So, I just changed it to return the entire tag, including braces and parameters.

maxscott commented 11 years ago

Awesome, thanks for the quick change.