mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 14:34:39 +02:00
Make (#methodname)
a link
This commit is contained in:
parent
5aacb30455
commit
d70fdeedf0
2 changed files with 3 additions and 1 deletions
|
@ -358,6 +358,8 @@ class TestRDocMarkupAttributeManager < RDoc::TestCase
|
|||
@am.flow("#fred dogs'"))
|
||||
|
||||
assert_equal(["cats' ", crossref("#fred")].flatten, @am.flow("cats' #fred"))
|
||||
|
||||
assert_equal(["(", crossref("#fred"), ")"].flatten, @am.flow("(#fred)"))
|
||||
end
|
||||
|
||||
def test_tt_html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue