aspnetcore/test/Microsoft.AspNet.Routing.Tests
Mugdha Kulkarni 3626900bc9 Basic URL Extension functionality working.
1. Template parser now allows a parameter to be an optional parameter in a complex segment if
   it is the last and only optional parameter and it is followed by a period.
2. Template matcher modified to take into consideration the optional parameter in the complex
   segment. Also the period shouldn't be present if the optional parameter is not present
2015-01-16 16:25:53 -08:00
..
Constraints
Logging
Template Basic URL Extension functionality working. 2015-01-16 16:25:53 -08:00
ConstraintMatcherTest.cs
DefaultInlineConstraintResolverTest.cs
InlineRouteParameterParserTests.cs
Microsoft.AspNet.Routing.Tests.kproj
RouteCollectionTest.cs
RouteConstraintBuilderTest.cs
RouteOptionsTests.cs
RouteValueDictionaryTests.cs
RouterMiddlewareTest.cs Handle PipelineCore rename. 2015-01-15 14:27:53 -08:00
TemplateParserDefaultValuesTests.cs
project.json Handle PipelineCore rename. 2015-01-15 14:27:53 -08:00