Skip to content

Commit 3d89ff2

Browse files
committed
Update comment
1 parent 47c8c96 commit 3d89ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/regexp-examples_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def self.examples_are_empty(*regexps)
204204
.not_to be_empty,
205205
"No examples were generated for regexp: /\p{#{property}}/"
206206
# Just do one big check, for test system performance (~30% faster)
207-
# (Otherwise, we're doing up to 128 checks on 123 properties!!!)
207+
# (Otherwise, we're potentially doing 99999 checks on 123 properties!!!)
208208
expect(regexp_examples.join('')).to match(/\A\p{#{property}}+\z/)
209209
end
210210
end

0 commit comments

Comments
 (0)