summaryrefslogtreecommitdiff
path: root/test/irb/test_color.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_color.rb')
-rw-r--r--test/irb/test_color.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/irb/test_color.rb b/test/irb/test_color.rb
index e6186efed2..3305c2414a 100644
--- a/test/irb/test_color.rb
+++ b/test/irb/test_color.rb
@@ -44,6 +44,7 @@ module TestIRB
['foo', :bar] => true,
{ a: 4 } => true,
/reg/ => true,
+ (1..3) => true,
Object.new => false,
Struct => true,
Test => true,