MustacheSharp/mustache-sharp.test
Travis Parks a6c7933bab Provide more details when keys not found.
A request was made to provide the original key as well as the member
that was not found. In compound keys {{Customer.Address.ZipCode}}, any
of the names could be invalid, but knowing the fully-qualified name is
useful for error handling.

I also detected a bug where the code wasn't handling the case that a
sub-key didn't exist. This needs to be handled using the KeyNotFound
event.
2013-04-19 08:56:21 -04:00
..
Properties Provide more details when keys not found. 2013-04-19 08:56:21 -04:00
FormatCompilerTester.cs Provide more details when keys not found. 2013-04-19 08:56:21 -04:00
mustache-sharp.test.csproj Implemented better custom tag handling. 2013-01-12 14:53:12 -05:00