We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c8c96 commit 3d89ff2Copy full SHA for 3d89ff2
spec/regexp-examples_spec.rb
@@ -204,7 +204,7 @@ def self.examples_are_empty(*regexps)
204
.not_to be_empty,
205
"No examples were generated for regexp: /\p{#{property}}/"
206
# Just do one big check, for test system performance (~30% faster)
207
- # (Otherwise, we're doing up to 128 checks on 123 properties!!!)
+ # (Otherwise, we're potentially doing 99999 checks on 123 properties!!!)
208
expect(regexp_examples.join('')).to match(/\A\p{#{property}}+\z/)
209
end
210
0 commit comments