Fix router order bugs

This commit is contained in:
Alex Hultman
2021-11-29 05:14:46 +01:00
parent 2017892a7d
commit e7d8355c37
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ void testBugReports() {
r.route("get", "/1ab");
// this one fails with IDONEAB
std::cout << result << std::endl;
assert(result == "ONEAB");
assert(result == "ONEABID");
}
{