summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_markup_attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/test_rdoc_markup_attributes.rb')
-rw-r--r--test/rdoc/test_rdoc_markup_attributes.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rdoc/test_rdoc_markup_attributes.rb b/test/rdoc/test_rdoc_markup_attributes.rb
index 91c253a6b0..e592fa7145 100644
--- a/test/rdoc/test_rdoc_markup_attributes.rb
+++ b/test/rdoc/test_rdoc_markup_attributes.rb
@@ -19,10 +19,10 @@ class TestRDocMarkupAttributes < RDoc::TestCase
@as.bitmap_for 'two'
@as.bitmap_for 'three'
- assert_equal 'none', @as.as_string(0)
- assert_equal '_SPECIAL_', @as.as_string(1)
- assert_equal 'two', @as.as_string(2)
- assert_equal '_SPECIAL_,two', @as.as_string(3)
+ assert_equal 'none', @as.as_string(0)
+ assert_equal '_REGEXP_HANDLING_', @as.as_string(1)
+ assert_equal 'two', @as.as_string(2)
+ assert_equal '_REGEXP_HANDLING_,two', @as.as_string(3)
end
def test_each_name_of