jehugaleahsa / mustache-sharp

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

Add unit tests for empty string, null and single curly brace. #87

Open art-ist opened 5 years ago

art-ist commented 5 years ago

As requested in issue #86 I added unit tests for properties containing empty strings, nulls and single curly braces. It might make sense to add them to the general test suite.