Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bingran Hu committed Jul 23, 2024
1 parent 35d34c5 commit e480d8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/core/tests/test-regex_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ TEST_CASE("regex_to_wildcard_unescaped_metachar", "[regex_utils][re2wc][unescape
REQUIRE((regex_to_wildcard(". xyz $.* zyx .").error() == ErrorCode::IllegalDollarSign));
}


TEST_CASE("regex_to_wildcard_escaped_metachar", "[regex_utils][re2wc][escaped_metachar]") {
// Escape backslash is superfluous for the following set of characters
REQUIRE((regex_to_wildcard("<>-_/=!").value() == "<>-_/=!"));
Expand Down

0 comments on commit e480d8f

Please sign in to comment.