Skip to content

Commit

Permalink
URL regexp is not linear
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 15, 2025
1 parent 822fc70 commit ff08e5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
if !Regexp.respond_to?(:linear_time?)
skip 'Regexp.linear_time? method is only available on Ruby 3.3+'
else
pending
expect(Regexp.linear_time?(regex)).to be true
end
end
Expand Down

0 comments on commit ff08e5c

Please sign in to comment.