Skip to content

Commit

Permalink
add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Dec 24, 2024
1 parent b35eb1a commit 22103f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/wpt_urlpattern_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ parse_pattern_field(ondemand::array& patterns) {
} else {
EXPECT_TRUE(pattern.type() == ondemand::json_type::object);
ondemand::object object = pattern.get_object();
// TODO: URLPattern({ ignoreCase: true }) should also work...
init_obj = parse_init(object);
}
} else if (pattern_size == 1) {
Expand Down

0 comments on commit 22103f4

Please sign in to comment.