aspnetcore/test/Microsoft.AspNet.Routing.Tests
Mugdha Kulkarni f9a9b80681 Fixing the error message. The error message for malformed template was too complex listing all
the errors that can happen in one message. I have separated the message in 2 different messages.
 1. When there is a parameter or a literal following the optional parameter.
 2. when optional parameter is preceded by a literal other than period which is not allowed.
2015-02-16 17:40:04 -08:00
..
Constraints Fixing Routing Issue: 136 2015-02-10 11:16:30 -08:00
Logging
Template Fixing the error message. The error message for malformed template was too complex listing all 2015-02-16 17:40:04 -08:00
ConstraintMatcherTest.cs
DefaultInlineConstraintResolverTest.cs Fixing Routing Issue: 136 2015-02-10 11:16:30 -08:00
InlineRouteParameterParserTests.cs Fixing Routing Issue: 136 2015-02-10 11:16:30 -08:00
Microsoft.AspNet.Routing.Tests.kproj
RouteCollectionTest.cs Add support for best-effort link-generation 2015-02-11 14:38:30 -08:00
RouteConstraintBuilderTest.cs
RouteOptionsTests.cs
RouteValueDictionaryTests.cs
RouterMiddlewareTest.cs
TemplateParserDefaultValuesTests.cs Fixing Routing Issue: 136 2015-02-10 11:16:30 -08:00
project.json