Fix router order bugs
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user