Skip to content

Commit

Permalink
up to 1000.
Browse files Browse the repository at this point in the history
  • Loading branch information
akr committed Oct 13, 2002
1 parent 1ec1186 commit c000eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/multiples-of-3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

r = rt.regexp(true)

100.times {|i|
1000.times {|i|
print "error: #{i}\n" unless (r !~ i.to_s) == (i%3 != 0)
}

0 comments on commit c000eba

Please sign in to comment.