mikebridge / Liquid.NET

.Net Port of the Liquid template language
MIT License
62 stars 15 forks source link

Blank check on LiquidString that wraps null generates null ptr exception #37

Closed mikebridge closed 8 years ago

mikebridge commented 8 years ago

Even though there shouldn't be a LiquidString that wraps a null.

TODO: examine adding a null check in the LiquidString constructor.