Merge branch '5.1.x'

This commit is contained in:
Rossen Stoyanchev
2019-07-30 12:06:39 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -184,6 +184,7 @@ public class PathPatternParserTests {
checkStructure("/{foo}");
checkStructure("/{f}/");
checkStructure("/{foo}/{bar}/{wibble}");
checkStructure("/{mobile-number}"); // gh-23101
}
@Test